Johan Eliasson

Results 157 comments of Johan Eliasson

Could you paste your docker-compose file too? Also, would be great if you wrap your code in ```

I think this issue occurs because there is currently a mismatch for permissions between local and cloud. Using the Nhost CLI, the developer has full access to the `auth` and...

Hi @johannesschobel Yea I think this makes sense. We might not want to change the `api/` folder but we could allow repositories with a Nhost app in a subfolder. Similar...

If we allow setting `phoneNumber` through options during email signup it would make sense to allow setting `email` through options during phone signup. So the question is: Do we allow...

Was this issue fixed in the above-mentioned PR?

Could you describe your specific use case in more detail? I have a feeling it's possible to solve your use case without getting the user id after signing up.

Here are a lot of feature requests in this issue. I'll try to list them: - [x] Access logs for all services (Postgres, Hasura, Auth, Storage, Functions) - [ ]...

1. You've removed the `UserProvier` from `_app.js`. It should not be removed. Your code: https://github.com/dnk8n/tech-talk/blob/main/quickstart-nextjs/pages/_app.js Template code: https://github.com/nhost/quickstart-nextjs/blob/main/pages/_app.js#L7 2. Once you put it back you'll see "Something went wrong. Try...

I think we can be clearer in our quickstart guide about what should be included in `_app.js`. We don't need to save space with `{/* ... */}` in the code...

Following the code example in the guide also works: