Simon Duchaine

Results 4 comments of Simon Duchaine

having the same issue in Odoo 12. did you find a solution ?

@Alligatore3 Here's my `gridsome.config.js`: ``` module.exports = { siteName: "Gridsome", siteDescription: "A WordPress starter for Gridsome", plugins: [ { use: "@gridsome/source-wordpress", options: { baseUrl: process.env.WORDPRESS_URL, // required apiBase: "wp-json", typeName:...

@Alligatore3 tried your suggestion, didn't get the `ERCONNREFUSED` but still, the issue is almost the same as now it's Graphql throwing a `error 500` (try the `gridsome explore` command and...

I'm experiencing the same issue with broken image links due to `..` in the path (for example, `http://localhost:3000/../uploads/my_image.jpg`). To provide some context, I recently migrated from Forestry.io to TinaCMS, where...