Dave
Dave
Likely related to https://github.com/microsoft/vscode/issues/134244
After so many tries and searches, disabling the following 2 certificate options work for me at the moment.
> I know it's not a good way. However, I typed page props as below, then build was success. > > ```tsx > export default async function PostPage({ params }:...
@akontsevich I have a question. When you are using express-session with socket.io. 1) are the session.id of the user be the same everytime it reconnects (e.g. reload the browser)? 2)...
> I am also hitting a similar issue with version `13.0.3-canary.1`. My steps to reproduce are > > 1. `npx create-next-app@latest --experimental-app` > 2. `npm install next@canary` > 3. `npm...
> I had the same problem Finally, I found a solution. > > PageProps required by Nextjs is params?: TParams, searchParams?: TSearchParams > > in my way params: TPrams, seachPramas:...
Thanks @LyricTian, thank you for explanation. So assuming if I use a go-session/redis, may I confirm I would not need to worry about sticky-cookie in a multi server environment (docker...
Nope, there's no way to work with code + redirect means you cannot do server side authentication when user users Chrome Icognito. Google chome forces us to use redirect (since...
i believe this "error" is inherited from google login SDK, and I end up just using window.location to the google URL.
anyone got this working? i followed the instructions but nothing working. I want to map my other email domains to the customdomain/mail directory