-
Notifications
You must be signed in to change notification settings - Fork 35
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
New Install on Ubuntu 24.04: no possibility to login with admin #189
Comments
Hi @mhansi12, It is strange indeed... Have you tried to access as admin via trying to connect directly on http://your_website_url/login (or https depending on what you have set up) ? It may work, else I don't have any solutions... |
Thank you for your answer ! I assume there is a general wrong step I made during my setup. I am running this instance behind a reverse proxy ( haproxy ) . I have removed my installation and started from scratch. I was able to replicate the issue immediatly. I came to the exact same situation. |
I don't know if it is the source of your problem, but be careful when using a reverse-proxy with open net admin, especially for the cookie "ONA_SESSION_ID" because it will always have your server URL as its domain instead of your reverse-proxy URL. |
yes, the reverse proxy is the problem ! direct access works. But your hint about the "domain" statement does not work. Still no change in behavior ( changed browser to avoid caching issues ...) |
Ubuntu 24.04 LTS: PHP 8.3.6, all required php modules, mariadb-server(10.3) or mysql-server(8.0.37) tested, apache 2.4.58
When using CLI installer, about 50 lines of warnings:
Installation seems ok, because openening start page is possible. SQL tables are created. But unable to login to "admin"
Web page feels "frozen" . No pull-down menu nor any link opens other pages. Page does not let me change "guest" account on field for username. Only a small frame appears on the top ( see screenshot)
Any ideas what could be wrong here ?
The text was updated successfully, but these errors were encountered: