-
Notifications
You must be signed in to change notification settings - Fork 31
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
TypeError: Cannot destructure property status
of 'undefined' or 'null'.
#22
Comments
Getting this too, but only intermittently. Not every time. |
I have the same issue. |
@devellopah @seansmyth |
It hasn't fixed the issue for me. |
I modified the plugin file to test out possible avenues for a solution. Line 171 seems to be where it breaks: Above that line I added:
And the error printed out is a 403 status produced by the wordpress url */wp-json/wp/v2/users I don't know what the next step is but it's a start. |
|
|
Did someone found a fix for this ?
|
This error should be fixed by gridsome/gridsome#905 |
Unfortunately, it seems that the fix is not working in my case.
Any new ideas perhaps? |
What version is |
Thank you @thetre97 for your quick reply and sorry I forgot to mention, the version of Cheers. |
Nor my either. But looking deeper into my gridsome.config.js file I see my defaults need updating such as:
Boom! It's working. Sort of. |
I had another site where this wasn't working. Besides changing the date format, I see that I also needed to change my permalink settings in WordPress away from the 'Plain' format. That got me past this error on my second site. |
TypeError: Cannot destructure property 'product' of 'productDetails' as it is undefined.
|
I am trying to fetch data from wordpress site, located on subdomain of my personal site.
I have created
.env
file in the root directory of project, inside which i have addedWORDPRESS_URL=https://woo.islamibakaev.ru/
On
yarn develop
i get this output in terminalPlease help to figure out the issue. Thanks in advance!
The text was updated successfully, but these errors were encountered: