You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
stefpe
changed the title
Cors issue running Shopware app at different domain than Shop
CORS issue running Shopware app at different domain than Shop
Jul 25, 2024
If I run a Shopware Shop at https://test.com and an app at https://test-app.com I run into CORS issues triggering notifications from the app:
https://github.com/shopware/meteor/blob/main/packages/admin-sdk/src/channel.ts#L241
I saw you have a param called _origin in the sender function but its not possible to use it: https://github.com/shopware/meteor/blob/main/packages/admin-sdk/src/channel.ts#L111
The text was updated successfully, but these errors were encountered: