Hangs/Never Makes Request
In a project I am working on, I am having issues with supabase database requests. I would make a simple request using const { data, error } = await supabase.from('table'), and no web requests would be made, it would just stay hanging without making any requests. This issue seems somewhat inconsistent, but I made a pretty simple reproduction of the error in https://github.com/wjojarth23/supabase-issues. Essentially - when a user is detected to be logged in, it fetches their profile from a separate table. A console log is made before the fetch, but after the console log no web requests are ever made.
As you can see, this is a sveltekit project. I am testing on Microsoft Edge/Windows 11, but I have observed this issue on other devices as well.
I would really appreciate if someone could take a look at my supabase setup and tell me what I am doing wrong. I am totally at a loss as this seems to be a fairly simple setup.
As you can see, this is a sveltekit project. I am testing on Microsoft Edge/Windows 11, but I have observed this issue on other devices as well.
I would really appreciate if someone could take a look at my supabase setup and tell me what I am doing wrong. I am totally at a loss as this seems to be a fairly simple setup.