nhost icon indicating copy to clipboard operation
nhost copied to clipboard

The Open Source Firebase Alternative with GraphQL.

Results 210 nhost issues
Sort by recently updated
recently updated
newest added

I'm trying to use NhostNextProvider on NextJS application. But once I used the provider, SSG is not working at all. If I remove it, then everything is fine. How can...

bug
next.js

When I go to `Authentication > Roles and Permissions > Default allowed roles` on the nhost dashboard and add new user roles it doesn't update the database. So I must...

Hello Guys, I've been using Nhost with NextJS for a while and a new upcoming project will be with React Native + Expo and I am currently doing my research...

documentation
react-native

Issue: `nhost.storage.upload()` requires a file of type [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) in [StorageUploadParams](https://github.com/nhost/nhost/blob/main/packages/hasura-storage-js/src/utils/types.ts). [FIle](https://developer.mozilla.org/en-US/docs/Web/API/File) is [not yet introduced in node.js](https://github.com/nodejs/node/issues/39015) making `.upload()` only compatible with browsers. - Can't upload files from a serverless...

Tried to add postgres extension via SQL in Hasura console. And I'm getting denied permission. ![erro nhost](https://user-images.githubusercontent.com/55747649/147833152-04d30670-d54f-4274-8729-0e729b88564d.jpeg)

enhancement

For NextJs it would be great to have examples using SSR with the codegen examples from your [blogpost](https://landing-next-git-blog-codegen-nhost.vercel.app/blog/how-to-use-graphql-code-generator-with-react-and-apollo). It would be extra neat to have examples with both Apollo(as highlighted...

I remember it worked fine when I tried it couple months ago, but now when I'm running const { session, error} = await nhostTestStore.nhost.auth.signUp({...}) the resulting session is null -...

I am attempting to link my remote app with a local environment by running ``` nhost init --remote -n my-nhost-app ``` Then I ran `nhost dev` (clean docker install). The...

bug

docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ace4998ab14d nhost/hasura-storage:0.2.1 "/nix/store/vzi4jq6m…" 18 minutes ago Up 8 minutes 8000/tcp docker-compose_storage_1 dc7a3326d1d3 nhost/hasura-auth:latest "docker-entrypoint.s…" 18 minutes ago Up 8...

I'm running my query in the Nhost GraphQL console tool as specific user, and I see error "message": "missing session variable: \"x-hasura-parentid\"" so, I understand, it doesn't use Permission Variables,...

enhancement
dashboard