Import Error. Failed to load "@supabase/ssr" from "blob

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 is a screenshot taken by the agent.

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

2 Likes

I am seeing the same thing, it just started happening and it’s also happening in multiple projects