URGENT -- Weweb can't load collections?

My current solution:

  • Supabase auth and tables started working after resetting to a previous editor state
  • Disables “Proxy request server side (bypass CORS)” for REST API data collections, fixed most of my data collections this way
  • For those that didn’t, such as custom fly.io microservice calls, created Supabase Edge functions to call these APIs instead

I was able to restore most of my platform’s functionality this way, hoping this won’t break again when weweb fixes the core issue!

2 Likes