David Sferruzza
David Sferruzza
@azzamsa You mean that your app now run migrations automatically when it starts? If so, that does not feel like solving the whole issue: - you still need offline SQLx...
Hi! Thanks for your report! This was indeed broken because we recently ditched Keycloak to allow for easier self hosting, and we are in the process of updating the documentation....
Maybe you did not verify the user's email? You can connect to the mailpit instance to see sent emails (on http://localhost:8025 if I remember correctly). Or you can connect to...
Wonderful! So you are up and running?
This is not supposed to happen 🤔 Could you send me some details? Maybe try deleting your local storage on this domain and log in again?
Thanks a lot for your feedback! I could reproduce and fix the 2 bugs! I pushed the fixes in the same `iam-v2-docker` branch: could you pull it, rebuild/restart (`docker compose...
@StreamlinedStartup It seems that the frontend app is expected to find the API at http://localhost:8081 and in your case it is not listening there. Could you try updating this https://github.com/hook0/hook0/blob/iam-v2-docker/frontend/Dockerfile#L6...
@StreamlinedStartup Maybe this auth token used by the frontend is expired and was not renewed for some reason. Can you logout and login again?
Hi! Thanks for you feedback! We are currently in the process of stabilizing and delivering a big feature, but we will to try to look into this afterwards. One solution...
Hi! Can't you just override the `API_ENDPOINT` en variable when running the container? What you did here is cool but at some point we are going to publish pre-build images...