yezyilomo / odoo-rest-api

Module which expose Odoo as a REST API
MIT License
202 stars 162 forks source link

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

Closed curonny closed 2 years ago

curonny commented 2 years ago

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