mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[GH-ISSUE #290] Unable to log in to v0.4.10 #94
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MikeDeltaHH on GitHub (Nov 7, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/290
Hi there!
I have an LXC running on my Proxmox VE 9.0 and just updated it to the latest version via the web interface. After that, it is no longer possible to log in to the web interface. After entering the username and password, the main page flashes briefly and then you end up back at the login screen. I tried various browsers and on my Windows PC and Mac, always with the same result. I then deleted the container and reinstalled it using the helper script, but the same problem persists—the new version seems to have a bug...?!
Regards!
Mike
@dominikbargiel commented on GitHub (Nov 7, 2025):
Hi ya, the same for me, I wasn't able to login after update from 0.4.9 to 0.4.10. I have checked .env for username & pass hash, checked database in data/settings.db too, everything seems to be fine. I have rolled back to 0.4.9 for a moment...
@Mati-l33t commented on GitHub (Nov 7, 2025):
Just installed this and got same error
@Noruas29 commented on GitHub (Nov 7, 2025):
I also updated, and now I can't log in either.
@miguelnog19 commented on GitHub (Nov 7, 2025):
I fixed this login issue by adding HTTPS through nginx reverse proxy.
@Mati-l33t commented on GitHub (Nov 8, 2025):
I set AUTH_ENABLED=false in env file to get it working while waiting for a fix
@heyvoon commented on GitHub (Nov 9, 2025):
Same thing here. Just tried and after settign user/pass can't login.
@CapsLock710 commented on GitHub (Nov 9, 2025):
Same here. Won't let me in at all.
@Wallawalla47 commented on GitHub (Nov 9, 2025):
Same issue here.
@nikp79 commented on GitHub (Nov 9, 2025):
Same issue
@Builder-DE-TH commented on GitHub (Nov 10, 2025):
Same here
@michelroegl-brunner commented on GitHub (Nov 10, 2025):
Please try the following: In your .env file in under
opt/ProxmoxVE-localchangeAUTH_ENABLED=truetoAUTH_ENABLED=falseand restart the service withsystemctl restart pvescriptslocal. You can re-enable the Auth after i push the next update today in the Settings.@michelroegl-brunner commented on GitHub (Nov 10, 2025):
Hotfix is merged, please follow the steps above and update in the webui, then you can re-enable auth.
@Builder-DE-TH commented on GitHub (Nov 10, 2025):
OK, that works, cheers.
BTW the command above
systemctl restart pvescriptslocallhas a typo, only 1 l neededalso the location of the .env file on the website is out of date. Says /opt/PVEScripts-Local/.env should be opt/ProxmoxVE-local