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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: