Sumanth Chinthagunta
Sumanth Chinthagunta
opened new PR with `pnpm audit --fix` applied. https://github.com/nhost/hasura-auth/pull/616
Sure @dbarrosop is there a docker image published or , should I build myself ?
> dev-env-up with local built image, I am getting 404 error for any of the Auth APIs e.g., ```bash curl http://localhost:4000/v1/version {"status":404,"message":"Route not found","error":"route-not-found"} ```
not working ``` curl https://local.auth.local.nhost.run/version 404 page not found ```
working with `make dev-env-up`, I can hit API **without** `/v1` would nice if I can do e2e test with `nhost up` with my real config in `nhost.toml` I guess `nhost...
@dbarrosop need your help. I need to test with my local `nhost.toml` for testing **custom claims defaults** coming from my database schema. It will be hard to reproduce with `build/dev/docker/docker-compose.yaml`...
1. As you suggested, I killed all docker processes and run it again. Now both **curl** and auth **API** working as expected. 2. I have the new flag: `flagCustomClaimsDefaults` in...
> 1. As you suggested, I killed all docker processes and run it again. Now both **curl** and auth **API** working as expected. > Sorry too early, I need to...
> You don't have the flag configured, you have a constant defined but there is no flag defined. Proof of that is that it doesn't show during the initialization process....
Understood , noticed you are working on many commits.