Closed NicksGhost closed 3 months ago
Are you logged in to any other apps on 192.168.3.2
? The sessionid
cookie might be colliding with one set by another app and stopping you from logging in. There's a fix already merged for this in master which will be in the next release.
Are you logged in to any other apps on
192.168.3.2
? Thesessionid
cookie might be colliding with one set by another app and stopping you from logging in. There's a fix already merged for this in master which will be in the next release.
Hi, thank you for your reply. Regarding the cookie problem you mentioned, I have tried clearing the browser cache, but it doesn’t seem to work. So the solution now is to wait for the next version update and try again?
Yes that's possible, though I can't guarantee it'll fix it. We'll have a patch release out in a couple days.
having the same issue... was there a fix in the end? thanks
Yes it was released, although you may be facing a different issue. The new cookie is called romm_session
and should be unique to our app.
RomM version 3.3.0
Describe the bug After the deployment is completed using docker-compose, accessing the romm homepage console shows
GET http://192.168.3.2:7990/api/heartbeat 500 (Internal Server Error)
; in the docker log it isfastapi.exceptions.HTTPException: 403: User not found
, and it is also impossible to log in to the romm system.To Reproduce Steps to reproduce the behavior:
Screenshots
Docker console log:
Browser console log:
Server
Desktop