
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.
solvedddd
Recommended threads
- Sharing cookies
Hi, I’m using Appwrite Cloud, and I have a setup where my Appwrite backend is hosted on a subdomain (e.g., api.example.com), while my frontend (Next.js app) and...
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
- Organization not exists anymore
Hello! We have a problem with a cloud database. We are on the Free plan, but after a refresh the site wants me to create a new organisation, and I not see the c...
