Request not resolved using oca/rest-framework. Error 404 #477
-
Question Summary In my subproject I have installed "oca/rest-framework" on its 15.0 branch in combination with "oca/server-auth" on its 15.0 branch. If I make requests from the swagger that incorporates this solution, that is, from inside the Odoo container to inside the Odoo container, the system works correctly. On the other hand, if I make requests with Postman, external to the Docker environment, the system gives me a 404 error. I confirm that the request reaches Odoo because it is seen in the log but it does not resolve the URL Research done As I understand when reading the origin of Tecnativa/docker-whitelister, the problem should not come from a misconfiguration of the docker network, because Doodba already account with the opening of necessary ports and, furthermore, it is an external request and not from Odoo to the WWW I have the suspicion that I have configured something wrong in my subproject, because if I launch Odoo installed from the sources (without Docker) the system does accept requests. I have confirmed with double validation that I am on the latest commit of each of the repositories and that I am always on the 15.0 branch I would be surprised if it was due to something related to Proxies and the like, so deactivate those options when instantiating my Doodba template I put the file of my development environment configuration
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
On devel environments, external access is forbidden by default. Check |
Beta Was this translation helpful? Give feedback.
On devel environments, external access is forbidden by default. Check
internal: True
part of the YAML.