studyjsm
im trying to follow Javascript Mastery, deploy banking app using Nextjs.14, im trying to test auth on localhost, but i get general_bad_request when creating user(sign-up)
TypeScript
type: 'general_bad_request',
response: {
message: 'There was an error processing your request. Please check the inputs and try again.',
code: 400,
type: 'general_bad_request',
version: '0.13.14'```
TL;DR
Developers followed a tutorial to deploy a banking app using Next.js 14 and encountered a 'general_bad_request' error when testing authentication on localhost during user sign-up. The error message suggests checking inputs and trying again. studyjsm
solvedddd
Recommended threads
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...