-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Craft headlessMode config #68
Comments
Looking at that error, it's coming from the old version of the plugin in your composer.json installed into your vendor directory called "shopify-product-fetcher". Make sure you have the correct package in your composer.json
and remove the old one and do a
|
Hey @lukeholder, thanks for your quick answer! Still experiencing the same issue after removing I'm not sure to understand how it can works here: https://github.com/craftcms/shopify/blob/develop/src/controllers/SettingsController.php#L67 The So the Thanks for you help! |
Hi @lukeholder, I'm having the same issue as Quentin here. Even after changing the config to Temporarily bypassing with Quentin's solution above... |
Yeah this is a legitimate bug, looks like there is already a pull request to fix this as well #57 |
Thanks everyone. I'll get a fix out shortly. |
This is now out in 3.2.0! See the notes in the upgrading section of the README |
Description
Using Craft with headlessMode creates error when saving Shopify plugin settings.
Error
Steps to reproduce
headless
mode totrue
Additional info
The text was updated successfully, but these errors were encountered: