Access Forbidden? #386
-
Hello, Thank you for sharing the source code of yoda and for this "easy to deploy" test environment! It is really well documented! Awesome work! I used the docker-compose.yml that you provided on github to test yoda, and here it is: https://portal-yoda-test.scienceouverte.unistra.fr:8443/ When I'm logged in as a researcher, it won't let me start a deposit. The error message "network issue" blinks and then "Access forbidden" appears. Any idea where it could come from? Thank you in advance for your help! Take care, Virgile Virgile Jarrige Pôle Calcul Et Services Avancés à la Recherche (CESAR) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello Virgile, Thanks for the issue report and great to hear you are trying out Yoda! The root cause of the issue was that the Docker setup currently does not have support for OpenSearch, which is used by the Deposit module. We've fixed a configuration issue that resulted in the Deposit module not working properly in the Docker setup because of this. If you pull the newest version of the Docker setup from the development branch, you should be able to start a deposit. The search functionality of the Deposit module is still not available in the Docker setup, considering that it needs OpenSearch. I will discuss in our team if/when we can add this to the Docker setup. Best regards, Yoda development team |
Beta Was this translation helpful? Give feedback.
Hello Virgile,
Thanks for the issue report and great to hear you are trying out Yoda!
The root cause of the issue was that the Docker setup currently does not have support for OpenSearch, which is used by the Deposit module. We've fixed a configuration issue that resulted in the Deposit module not working properly in the Docker setup because of this. If you pull the newest version of the Docker setup from the development branch, you should be able to start a deposit.
The search functionality of the Deposit module is still not available in the Docker setup, considering that it needs OpenSearch. I will discuss in our team if/when we can add this to the Docker setup.
Best regards,
Sietse
Yod…