Cant login when running locally #851
-
I think i have everything set up right, had to do it manually as docker refuses to run without some sort of bios setting. Both the front and back end seem to operate, i can navigate to the page in the browser, but it wont let me do anything unless i sign in, and everything i try for signing in errors out. What am i doing wrong? is theres something i need to do to get the database to work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @sama8525 if you are not running through docker you must have a database instance setup somewhere. Typically this is on 3306 (But on docker this is 3307). You can update your ENV file to change the DB_PORT for both the frontend and backend (platform) to which ever port your running instances are using. Alternatively, you can try to fix your docker settings to avoid this. |
Beta Was this translation helpful? Give feedback.
Hello @sama8525 if you are not running through docker you must have a database instance setup somewhere. Typically this is on 3306 (But on docker this is 3307). You can update your ENV file to change the DB_PORT for both the frontend and backend (platform) to which ever port your running instances are using.
Alternatively, you can try to fix your docker settings to avoid this.