-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Failing to signup when running app locally #450
Comments
I got this to work by manually migrating and building (shown below), and then re-starting the app.
I believe I followed all the steps correctly in the README, so I expected it to work when I started the app. I just wanted to follow up with my resolution in case:
|
Hi, did you solve the issue? I have the same problem. |
@zdvman Yes my problem was solved. Did you have the same error as me? And did you try running the commands I wrote above? What are you seeing now? |
Yes, I used this command and now it works. On my opinion one step of installation in description of this template is missing. Thanks. |
I am seeking help debugging my authentication error for the ai-chatbot template app so that I can login and play with the example chatbot application. However, I'm failing to even create a user via the UI login page.
I followed every step of the README. I renamed
.env.example
to.env.local
and inserted my private keys forOPENAI_API_KEY
,AUTH_SECRET
,BLOB_READ_WRITE_TOKEN
, andPOSTGRES_URL
. I have the app running locally onlocalhost:3000
. I am trying to sign up by filling in an email address and password. But when I press sign up, I get the following errors in the console.The text was updated successfully, but these errors were encountered: