FAQ & Troubleshooting
1. I get error message “cURL error 6: Could not resolve host”
Section titled “1. I get error message “cURL error 6: Could not resolve host””-
Make sure your store is accessible by the external URL. Local installation of Shopware 6 is not supported by the app.
-
Possible solution:
Change the APP_URL in the .env file from “local_store_url” to “external_store_url”. Make sure you have specified actual HTTP or HTTPS
-
Uninstall and install the app again. Switching the app on and off will not address the issue
-
Clear browser cache, or use the incognito window.
2. I get an error message “Write access to entity “acl_role” are not allowed in scope “user”
Section titled “2. I get an error message “Write access to entity “acl_role” are not allowed in scope “user””- Make sure to change the APP_URL in the .env file from “local_store_url” to “external_store_url”. Make sure you have specified actual HTTP or HTTPS
- Uninstall and install the app again. Switching the app on and off will not address the issue
- Clear browser cache, or use the incognito window.
3. Property values are empty after exporting products.
Section titled “3. Property values are empty after exporting products.”- Make sure the properties visible and selected on the Mapping Step on the Export Profile.
- If you do not see the properties on the Mapping Step, then make sure your properties are correctly translated into
en-GBin Admin. Our app uses, as well as Shopwareen-GBas system language (uuid:2fbb5fe2e29a4d70aa5854ce7ce3e20b) thus all properties must have name translations inen-GB.
4. How to setup the app on staging/dev environment
Section titled “4. How to setup the app on staging/dev environment”- Login into your Shopware Merchant account and add a new Test shop with a staging domain, e.g.,
staging.example.com - Login to your staging Shopware and set your live license domain as
example.com - Set staging domain in
.envfile -https://staging.example.com/- on staging server. - Resolve app url
-
If you copied your production environment and the Import/Export app is already installed: Run the following command:
Terminal window bin/console app:url-change:resolve reinstall-appsfor Shopware versions > 6.7.3.0 use:
Terminal window bin/console app:shop-id:change reinstall-apps -
If the app is not yet installed. Simply install the app to your staging shop from the Shopware store.
-
Note: Import/export profiles will not be copied from live to your staging store. You will need to manually create new profiles.
5. How to go live with app
Section titled “5. How to go live with app”If you used the app on staging environment and now want to go-live with your store. Run the following command:
bin/console app:url-change:resolve move-shop-permanentlyor for Shopware versions > 6.7.3.0:
bin/console app:shop-id:change move-shop-permanentlyIn this case, our app will communicate with your live store instead of staging.