Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If you want to use /auth/ USING HTTPS #72

Closed
curonny opened this issue May 4, 2022 · 0 comments
Closed

If you want to use /auth/ USING HTTPS #72

curonny opened this issue May 4, 2022 · 0 comments

Comments

@curonny
Copy link

curonny commented May 4, 2022

When a use https://url/auth

me devuelve
"error": {
"code": 404,
"message": "404: Not Found",
"data": {
"name": "werkzeug.exceptions.NotFound",
"debug": "Traceback (most recent call last):\n File "/opt/odoo14/odoo/odoo/http.py", line 1447, in _dispatch_nodb\n func, arguments = self.nodb_routing_map.bind_to_environ(request.httprequest.environ).match()\n File "/opt/odoo14/odoo14-venv/lib/python3.8/site-packages/werkzeug/routing.py", line 1799, in match\n raise NotFound()\nException\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File "/opt/odoo14/odoo/odoo/http.py", line 640, in _handle_exception\n return super(JsonRequest, self)._handle_exception(exception)\n File "/opt/odoo14/odoo/odoo/http.py", line 316, in _handle_exception\n raise exception.with_traceback(None) from new_cause\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n",
"message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.",
"arguments": [],
"context": {}
},
"http_status": 404

@curonny curonny closed this as completed May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant