hung
November 20, 2025, 9:24pm
1
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
mehdi7
November 21, 2025, 4:58pm
2
Can you check your supabase logs that might provide some useful data.
hung
November 21, 2025, 5:00pm
3
hi @mehdi7 I already checked all, the issue still happens, it cost me a lot of time
mehdi7
November 21, 2025, 5:21pm
4
Can you use this template to ask your question so its easier to assist
Please use this template when posting Shop Minis support requests. Posts missing critical information may experience delays in receiving help.
Shop Mini Support Request Template
Environment
You can use the cli doctor command to get some details for this section.
SDK Version: @shopify/shop-minis-react@[e.g., 1.2.3]
CLI Version: @shopify/shop-minis-cli@[e.g., 1.2.3]
Device: [e.g., iPhone 15 / Pixel 8 / iOS Simulator]
Development OS: [e.g., macOS 14.2, Windows 11]
Mini Handle: [your-mini-hand…
hung
November 21, 2025, 6:24pm
5
@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
mehdi7
November 21, 2025, 9:45pm
6
@hung glad you got it working, if you read the documentation the example shows not to use https:// Manifest