mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #339] HTTP 403 when accessing organization #187
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#187
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 @Orybon on GitHub (Jan 14, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/339
Hello,
Each time i click on an organization i get a 403 Error :
I'am using the latest version :
I created the organization.
Here are the errors found in my docker log :
@dani-garcia commented on GitHub (Jan 14, 2019):
I'm not sure where you get the call to
GET /api/organizations, I've never seen that one before. The error you are getting is because that endpoint is not implemented. Can you provide the steps used to reproduce the error?@Orybon commented on GitHub (Jan 14, 2019):
I get the call from the DIV on the right side of the home page. When i follow on of the link to an organization.
I tried this evening with my home computer, i can't reproduce the issue.
So i tracked what is happening on the client side of my work computer (the one i got the error) and it appears that i get a 403 ERROR from the proxy of my work SI.
The error logged previously on server side seems to been unrelated to this issue.
This issue can be closed i think, but i wil investigate later on the root cause of the error logged by the server.
Thank you.
@mprasil commented on GitHub (Jan 15, 2019):
As per your comment, I'm closing this, but feel free to reopen if you manage to reproduce this in some reliable way.