Troubleshooting
Use this section when the app does not connect correctly, installation fails, exported data looks incomplete, or you are preparing a staging or live environment.
Common Issues
Section titled “Common Issues”cURL error 6: Could not resolve host
Section titled “cURL error 6: Could not resolve host”If you get the error cURL error 6: Could not resolve host:
- Make sure your store is accessible via an external URL. Local Shopware installations are not supported by the app.
- Check that
APP_URLin your.envfile uses the correct externalhttp://orhttps://store URL. - Uninstall and install the app again. Turning the app off and on is not enough.
- Clear your browser cache or test again in an incognito window.
ACL role write access error
Section titled “ACL role write access error”If you get the error Write access to entity "acl_role" are not allowed in scope "user":
- Check that
APP_URLin.envmatches the correct external store URL, includinghttp://orhttps://. - Uninstall and install the app again.
- Clear your browser cache or test again in an incognito window.
Product property values are empty after export
Section titled “Product property values are empty after export”If product property values are empty in the export file:
- Make sure the properties are visible and selected on the Mapping step of the export profile.
- If the properties are missing on the Mapping step, make sure they are translated in Shopware Admin for
en-GB. - The app relies on Shopware’s
en-GBsystem language, so property names needen-GBtranslations to appear correctly.
Staging and Go-Live
Section titled “Staging and Go-Live”Set up the app on a staging or development environment
Section titled “Set up the app on a staging or development environment”- Log in to your Shopware Merchant account and add a new test shop with a staging domain such as
staging.example.com. - Log in to your staging Shopware instance and set your live license domain to
example.com. - Set the staging domain in your
.envfile, for examplehttps://staging.example.com/. - Resolve the app URL:
bin/console app:url-change:resolve reinstall-appsFor Shopware versions later than 6.7.3.0, use:
bin/console app:shop-id:change reinstall-appsIf the app is not installed yet, install it directly from the Shopware Store in your staging shop.
Move from staging to live
Section titled “Move from staging to live”If you used the app on a staging environment and now want to go live, run:
bin/console app:url-change:resolve move-shop-permanentlyFor Shopware versions later than 6.7.3.0, use:
bin/console app:shop-id:change move-shop-permanentlyAfter that, the app communicates with your live store instead of the staging store.
Create a Support Ticket
Section titled “Create a Support Ticket”If the issue continues after you check the troubleshooting steps, create a support ticket from your Shopware account:
- Open Shopware support.
- Log in to your Shopware account.
- Go to Merchant > Shops > Third Party support.
- Click Request Third Party Support.
- Select your shop domain.
- Select the Import/Export extension.