-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal Server Error #65
Comments
It is successfully connecting to the database once you run it ?, you should see something like this in console: |
did you set the environment variables ? |
I did, yes. Would it help to see them? |
yes |
ok, in development mode you need to set ORIGIN CLIENTS with the url where nextjs serves the app.
|
send me a screenshot of the network tab |
what is the response from the endpoint POST /auth/signup |
404 if on browser, Internal Server Error via Curl POST request |
Update: Confirmed that even though we receive Internal Server Error, accounts are created. Said accounts do not require email verification, for some reason. |
You were correct, no more errors appear in the Developer Console. I appreciate your help. The last request I have is to know how to add Genre, Series, and Episodes via API or otherwise. I have direct DB access via Mongo CLI if that works. |
For that I had to make a frontend admin, you could do the same 👍 |
Hello,
I apologize if this is an improper question to ask, but I am unable to create a new user in the Database via the Register page or API locally, as it returns "Internal Server Error". This error is only visible when attempting to create a user via CURL.
If you need any information I am happy to provide.
The text was updated successfully, but these errors were encountered: