Can't perfom any operation (Error: Login Required. Sorry, you have made an unauthorized request) #1849
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#1849
Loading…
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?
Once I installed Pandora, I signed up with the first user to be assigned as admin. He is assigned admin role. But, when I try to access anything like (Upload video, New list, manage users, etc.), I get pop up box with the message (Login Required. Sorry, you have made an unauthorized request) although I'm logged in. I checked the config.jsonc file but admin is granted all permissions. So what do you think may be the problem?
Thanks in advance
Attachment login required although I am logged in.png (128361 bytes) added
And if you open User -> Preferences, it states that you're admin?
this sounds like an issue with session cookies, make sure you do not define SESSION_COOKIE_DOMAIN in local_settings.py, remove that line, thats only needed if serving videos over another domain and it has to match your request.
Yea, you are right. I commented the line that has SESSION_COOKIE_DOMAIN and everything works fine.