You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clone repo
run pnpm i next@latest react@latest react-dom@latest eslint-config-next@latest supabase@latest to get the latest version
run pnpm install and pnpm run dev
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 Binaries: Node: 18.14.2 npm: 9.5.0 Yarn: 1.22.19 pnpm: 7.30.0 Relevant packages: next: 13.3.1-canary.4 eslint-config-next: 13.3.0 react: 18.2.0 react-dom: 18.2.0
Which area(s) of Next.js are affected? (leave empty if unsure)
App directory (appDir: true)
Link to the code that reproduces this issue
https://github.com/mryechkin/nextjs-supabase-auth/tree/main
To Reproduce
clone repo
run
pnpm i next@latest react@latest react-dom@latest eslint-config-next@latest supabase@latest
to get the latest versionrun
pnpm install
andpnpm run dev
Describe the Bug
The supabase module import a server component inside the client component and it makes crash the application :/
Expected Behavior
No really excepted behavior but jsut working well. Maybe some explanations
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: