squash all commits and fix service worker (file has to be at this specific path by convention):
Added pwa subscription storage for publishers
This commit is contained in:
@ -31,7 +31,7 @@ const axiosServer = async (context) => {
|
||||
}
|
||||
else {
|
||||
//redirect to next-auth login page
|
||||
context.res.writeHead(302, { Location: '/api/auth/signin' });
|
||||
context.res.writeHead(302, { Location: encodeURIComponent('/api/auth/signin') });
|
||||
context.res.end();
|
||||
return { props: {} };
|
||||
}
|
||||
|
Reference in New Issue
Block a user