ak4zh
ak4zh
The app get's stuck at navigating. Navigating store changes with from and to value but it just stuck there, probably a sveltekit issue and not specific to `auth-helpers`.
I am using this workaround for now, if you find a solution please update. ```javascript const onUserUpdate = async (user) => { if (user) { await goto('/').then(() => {goto('/profile');}) }...
Any update on this?
It works already if you --force install. So I assume this pull request is safe to move out of draft.
@kiwicopple What stops us from using supabase-js for the database interactions and making it serverless?
Docker Compose (details in readme section): https://github.com/mondediefr/docker-flarum
Follow #394
@zlever01 Great, are all services working correctly? I don't really use supabase so haven't tested everything. Let me know if everything works correctly or if you have found any bugs.
@zlever01 Studio is sending request to correct url but it seems the issue is with kong https://github.com/Kong/kong/issues/8152
@christopher-kapic You can pull all images before hand. Go to terminal and pull all the images used in the app, then run the deploy from dashboard it will happen quickly