First time logging in to Karrio Dashboard #878
-
|
I know this question was posted earlier, but there was no answer posted. I have set up my Karrio dashboard, but when I try to log in using the default admin credentials, they do not work. How can I log in for the first time? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 17 replies
-
|
Hi @wonderbear, Did you run the command: (as mentioned in the setup guide — https://www.karrio.io/docs/developing/local-development)? This command will prompt you to create admin credentials that can be used to log in later. If using other setup method or the issue still persists after that, please let me know:
I’ll try to help you out. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @wonderbear Thanks for the details! Just to confirm, did you set it up using the GCP deployment method mentioned here? Also, did you try logging in with these default credentials? That’ll help me understand how your setup is configured. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @wonderbear Thanks for your patience! You can try resetting your PostgreSQL database and then setting up the following environment variables (as mentioned here: Environment Variables) before redeploying your container:
Since you’re using the Docker image, the dashboard should automatically create the superuser using these environment variables on startup. After redeploying, please also check the container logs to confirm that the image starts successfully and that the superuser creation process runs as expected. |
Beta Was this translation helpful? Give feedback.
I made a correction