DIMSI-IS / BackROLL

BackROLL is a KVM guest backup software
https://cloud.dimsi.io
Apache License 2.0
34 stars 1 forks source link

Frontend and API Access Issues with BackROLL Deployment #30

Open vigneshvrm opened 1 month ago

vigneshvrm commented 1 month ago

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

m-dhellin commented 1 month ago

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.