Pilou
Pilou
you mean when using the [docker-compose example](https://github.com/nhost/nhost/tree/main/examples/docker-compose)? I can't reproduce. I suggest you remove the `data` directory if it already exists.
> NM, I forgot to copy the .env, after that it worked. great news :) my 2 cents about your last comment: > ``` > postgres_1 | 2022-09-16 17:15:00.143 UTC...
We will also need to double-check how hasura-auth and hasura-storage schema would be impacted. From Beep in Discord: > It seems that hasura-auth uses "hasura-default" style type names, like "authUserSecurityKeys_insert_input"...
Hello, Can we know if this issue is part of the roadmap? If not, how can we do to make it available faster? In my case, this is a must,...
Hello, Better late than never. Yes, if the custom claim is errored, then it probably means its configuration needs to be adjusted. I don't think we should add error codes...
We could weight the pros and cons between access through REST or GraphQL. I guess it is also important to have a similar way to access the different Nhost services....
What could also help is the full URL in your browser tab
You may need to add [this init script](https://github.com/nhost/hasura-auth/blob/main/docker/initdb.d/0001-create-schema.sql) to your postgresql database
Closing this issue for now. If you're still facing this issue I'll reopen
In some other cases, the postgres user is not allowed to create schemas. We could find a way to solve both cases