auth icon indicating copy to clipboard operation
auth copied to clipboard

npx create-next-app example "with-supabase" not found

Open aungchanpyae33 opened this issue 4 months ago • 1 comments

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:

  1. Your spelling of example "with-supabase" might be incorrect.
  2. You might not be connected to the internet or you are behind a proxy.

To Reproduce

  1. Install Node.js 20+
  2. Run: npx create-next-app --e with-supabase jwt-auth
  3. 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

aungchanpyae33 avatar Aug 25 '25 18:08 aungchanpyae33