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? |
Replies: 4 comments 20 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. |
|
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. |
|
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. |
|
Unable to change the password here, demo login works, but then nothing can be saved. I can set variables and they are picked up but not applied. I have tried wiping PSQL database many times, nothing seems to work here. |
I made a correction