SvelteKitError: Not found: /api/auth/sign-up/email
I'm using SvelteKit, and I encounter the following error when trying to sign up with email:
SvelteKitError: Not found: /api/auth/sign-up/email.
I have hooks.server.ts inside the src folder, and auth.ts and auth-client.ts inside lib. How can I fix this?
SvelteKitError: Not found: /api/auth/sign-up/email.
I have hooks.server.ts inside the src folder, and auth.ts and auth-client.ts inside lib. How can I fix this?
