You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to create an organization named "bookshelf" or "bookshelf-test" or "bookshelfANYTHING", the organization will be largely unusable. For example, you won't be able to associate users to it:
root@api:/tmp# chef-server-ctl org-user-add bookshelf-test uploader -a
ERROR: Method Not Allowed
Response: <html><head><title>405 Method Not Allowed</title></head><body><h1>Method Not Allowed</h1>Method Not Allowed<p><hr><address>mochiweb+webmachine web server</address></body></html>
The root cause is a bad nginx rule that routes all the traffic to the bookshelf service rather than nginx:
If you try to create an organization named "bookshelf" or "bookshelf-test" or "bookshelfANYTHING", the organization will be largely unusable. For example, you won't be able to associate users to it:
The root cause is a bad nginx rule that routes all the traffic to the bookshelf service rather than nginx:
The text was updated successfully, but these errors were encountered: