BackROLL icon indicating copy to clipboard operation
BackROLL copied to clipboard

Frontend and API Access Issues with BackROLL Deployment

Open vigneshvrm opened this issue 1 year ago • 1 comments

Hello,

I have deployed BackROLL and encountered issues when accessing the frontend at http://IP_Address:8080/. Keycloak displayed an error: "Invalid parameter: redirect_uri". When I accessed the API URL directly at http://IP_Address:5050/, I received the response {"detail":"Not Found"}. Additionally, the logs from the core container show the following:

core           | INFO:     78.XX.XX.22:10900 - "GET / HTTP/1.1" 404 Not Found
core           | INFO:     78.XX.XX.22:61890 - "GET /favicon.ico HTTP/1.1" 404 Not Found

Screenshot 2024-08-24 163123

vigneshvrm avatar Aug 24 '24 11:08 vigneshvrm

Hello @vigneshvrm,

The “Invalid parameter: redirect_uri” is a known issue when logging out, but indeed you should be able to login at first. We need to update the frontend code to comply to the Keycloak interface.

There is no route corresponding to the root of the API so the response you get is the expected behavior.

For the moment, you can try the preview of the developpement versions of Backroll available at https://github.com/DIMSI-IS/BackROLL/tree/main/compose_project.

m-dhellin avatar Aug 27 '24 18:08 m-dhellin