mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
HTTP 403 when accessing organization #189
Reference in New Issue
Block a user
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).
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.