Issue with Supabase prod backend

Hi guys, my app work well with Supabase local functions, but not work with production Supabase functions. It always show “Load failed”. I was think it is cors issue but nothing changed after some adjust. I also added supabase backend url to trust domain in manifest. Do you have any idea to solve this issue? Thank you so much

Can you check your supabase logs that might provide some useful data.

hi @mehdi7 I already checked all, the issue still happens, it cost me a lot of time

Can you use this template to ask your question so its easier to assist

1 Like

@mehdi7 Thanks. Hey, I have good news. I already managed to solve it. I update here so anyone can prevent the issue:

For Trusted Domains in manifest file
Domain Format:
Do not include the protocol (e.g., https://)

https://abc.com should be → abc.com

@hung glad you got it working, if you read the documentation the example shows not to use https:// Manifest

1 Like