Chenalejandro
Chenalejandro
### next-on-pages environment related information > [email protected] deploy > npm run pages:build && wrangler pages deploy > [email protected] pages:build > npx @cloudflare/next-on-pages ⚡️ @cloudflare/next-on-pages CLI v.1.11.0 ⚡️ Detected Package Manager:...
I use `next build` and `next start` in my ci/cd for e2e testings, which is being detected as running in production here: https://github.com/stack-auth/stack/blob/dev/packages/stack/src/lib/cookie.ts#L45 This will cause my tests to fail...
When using `useUser()` and `loading.tsx`, the next.js revalidatePath() will not work correctly. Steps to reproduce: 1. clone https://github.com/Chenalejandro/stack-auth-bug 2. fill env variables 3. pnpm install && pnpm dev 4. login...
Currently if I try to use openNextVersion: "3.1.4" the deployment will fail.
Steps to reproduce: 1. clone repo https://github.com/Chenalejandro/stackbug 2. pnpm dev 3. go to localhost:3000, click sign in and then enter the credentials to sign in Expected: redirected back to the...
Currently, we can give the StackProvider a `lang` prop to set the language. However, there is no i18n routing when navigating, for example, from the sign-in page to the sign-up...