I just started a project with gridsome and wordpress
I did the gridsome create project-name wordpress
and after running npm run develop i get this error
Cannot destructure property `status` of 'undefined' or 'null'.
at WordPressSource.fetch (/home/pedroferreira/Documents/Projetos/imo/wp-content/themes/imo-gridsome/imo/node_modules/@gridsome/source-wordpress/index.js:171:40)
at process._tickCallback (internal/process/next_tick.js:68:7)
I have found many people with the same problem but with no actual fix :/
I have also cretead an .env file with the variable WORDPRESS_URL
but the error still happens!
I don't have any actual code to show because i haven't really started programming !
Edit