auth
auth copied to clipboard
npx create-next-app example "with-supabase" not found
Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
I ran the following command to create a new Next.js project with Supabase new auth example from supabase youtube channel: npx create-next-app --e with-supabase jwt-auth
I got the following error: Could not locate an example named "with-supabase". It could be due to the following:
- Your spelling of example "with-supabase" might be incorrect.
- You might not be connected to the internet or you are behind a proxy.
To Reproduce
- Install Node.js 20+
- Run: npx create-next-app --e with-supabase jwt-auth
- Observe the error
Expected behavior
I expected the example to be created successfully.
System information
- OS: Windows 10 / macOS / Linux
- Node.js version: 20.x
- npm version: latest
- Internet connection: working --tried with vpn proxy on/off