Johan Eliasson

Results 157 comments of Johan Eliasson

Is it the `NhostNextProvider` that is not working with SSG? What's the error message? How do you initialize the `nhost` instance in `src/constants/nhost`?

Not yet but it's on our road map: https://github.com/nhost/hasura-backend-plus/issues/475

This is actually working now with Nhost v2 but we lack the documentation. Hopefully, we can complete the documentation soon.

> I'm a bit stuck on this as well. [Hasura docs](https://hasura.io/docs/latest/graphql/core/auth/authentication/unauthenticated-access.html) say it can be done via by setting `HASURA_GRAPHQL_UNAUTHORIZED_ROLE=true`, but I can't figure out where this needs to be...

I think that's because when using the Subscription the role is set when the subscription connection is established with Hasura. This establishment can happen much earlier than the actual subscription....

Yea this is an issue as of now. We do host all our databases on AWS RDS, which provides a lot of Postgres extensions. Apparently, it's not fully working yet...

This issue will be fixed once we've released individual Postgres instances for each Nhost project. Tracked here: https://github.com/nhost/nhost/issues/113

We don't have a roadmap for such ISO certification yet, but we do recognize the importance of such ISO certificates for enterprise customers. I'm just adding Firebase certification table here...

That's right. We don't (yet) have support to change this value in Nhost Cloud.

Right now this value is hardcoded to `true`. We'll work on supporting setting this value.