On my app cg-backinstock.thinkcommerce.io I have an issue in production. It does not display data in admin (embedded app). Other functionality works (back in stock submissions from product pages)
All the functionality works on development, but in production it returns undefined and just have spinning wheels where data would appear. Both from computed views and pull information from model.
I've tried the computed views manually on production and they work fine.
Any ideas what this could be? I don't get any errors in the logs either so it's almost as the embedded app is not connecting at all to the backend.