我刚刚开始了一个使用 gridsome 和 wordpress 的项目
我做了gridsome create project-name wordpress
并且在运行 npm run develop 之后我得到了这个错误
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)
我发现很多人有同样的问题,但没有实际的解决方法:/
我还创建了一个带有变量的 .env 文件,WORDPRESS_URL
但错误仍然发生!
我没有任何实际代码要显示,因为我还没有真正开始编程!
编辑