-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
I can't log in to the Admin Panel #47
Comments
Hello, Can you try to shutdown your Passky server with: docker-compose down and start it again with: docker-compose up -d |
I did this, it didn't help |
The server itself is working and I can go to its page. But I can't log in to the admin panel. |
Do you see any errors if you execute?
|
Linux; Android 13; SM-A525F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobil |
5.142.42.106 - - [24/Jul/2023:17:56:37 +0000] "POST /website/actions/login.php HTTP/1.1" 3 |
What does it mean? |
Hello, There aren't any errors here. Can you contact me on a Discord: ziga.zajc007 or email: [email protected] We had similar issue before, so I have deployed a test VPS and let him deploy Passky Server on their own. But this time it worked for him. So he had an issue that I don't remember on his local network. We can try this as well. |
Their is an issue for non signed certs on the admin panel because it tries to verify https connection |
Docker or Self hosting cannot connect to database, therefore you cannot login into Admin. |
Note that Passky will not create the database or the user, it will only create the tables when /cron.php endpoint gets executed.
Also make sure that you can connect to a database with the same credentials provided to Passky using mysql client / command. |
I have created database and no connection error message in the log, still didn't auto create tables edit: and finally I can login after clear redis cache (admin panel still cannot, but browser extension i can |
Hello, Can you check if username or password in your .env file contain any special characters that aren't correctly escaped? |
Hello!
Thank you for your program.
I enter the account details, press enter and nothing happens.
The text was updated successfully, but these errors were encountered: