-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Description
While attempting to create a new account, the application throws a server error instead of successfully registering the user. The account creation process fails and the page does not proceed further.
This issue prevents new users from signing up.
Steps to Reproduce
Go to the homepage
Click on "Get Started" or navigate to the signup page
Fill in the required details
Click on Create Account / Sign Up
Observe the server error
Expected Behavior
The account should be successfully created and the user should either:
Be redirected to the dashboard, or
See a success confirmation message
Instead, a server error is displayed.
Screenshots
Environment
OS: macOS
Browser: Chrome
Version: Latest
Node/npm: Node 18.18 / npm 9
Smartphone (if applicable)
Not tested on mobile yet.
Additional Context
The issue may be related to:
Backend API route handling
Database connection (Prisma)
Environment variables configuration
Validation or session setup
Further debugging of server logs may help identify the root cause.
Metadata
Metadata
Assignees
Labels
Projects
Status