tjohnwu

Results 4 comments of tjohnwu

``` export const getServerSideRedirect = async (context) => { const token = context.req?.cookies?.token console.log('redirect token: ', token) const pathName = context.resolvedUrl const newUrl = await getRedirectUrl(token, pathName) console.log(newUrl) if (newUrl)...

Here is the snippet from my package.json ``` { "name": "game", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier --write...

The issue is still happening now and has been happening for a while (I am unsure when it started). I tried `aws amplify list-branches --app-id ` and it does not...