I’m having problems with supabase ssr, try reading it from a blob or something like that.
After v0 makes a change to my app, the site loads infinitely, and I don’t get the option to “Fix it.” I have to tell them directly in the chat to fix it, which means spending my credits.
This looks like two separate issues, I successfully get Supabase SSR working but can reproduce the import error in the screenshot tool, so screenshots are broken but that is unrelated to the loading issue you’re getting
Can you check the network tab in your dev tools (right click → inspect element → Network) to see if it’s one of the following
a redirect loop
a request never completing
everything completing but the app doesn’t display anything