PK

Results 15 comments of PK

@dimitrov-adrian can this be merged? It looks like the plugin is not useable otherwise, with the current NPM release.

Sorry, my time is very limited at the moment. :( Both this and the fix from #2 are very "quick and dirty" but allowed me to run it in a...

Could it be related to ```ssr: false```? If you generate a static build, ```/api/_nhost/session``` won't be included. This route is part of the SSR build and persists the auth session,...

Are you using the ```netlify-edge``` or ```netlify``` nitro preset? I think you need the edge one for SSR. If you remove the nitro preset from the config and simply run...

Have you had a look at #2? This should be the solution, at least for now.