Auth on next.js app
why does getting this route return a 404? I went through the setup guide for github auth on convex auth docs.
convex/auth.ts

3 Replies
because it doesn't exist on localhost, it exists on your Convex Deployment url, and replace the .cloud with .site
@Sara Restarted using nextjs instead of vue, I think just something is wrong with the integration with vue rn
same local url works just fine using nextjs
Ah! I'm so sorry about that