You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did the initial steps (including graphql endpoint adding to .evn.local.), but next.js can't somhow fetched the post from my wordpress. I am using the app local with
Screenshot or Video Recording
Your environment
OS:
Node version: v18.10.0
Npm version: 8.19.2
Browser name and version: Chrome Version 123.0.6312.123
Additional context
The text was updated successfully, but these errors were encountered:
Not sure if OP is monitoring this at all, but it's because they are using Local for temporarily hosting a WP site locally. It uses self signed certificates and Apollo doesn't by default allow self signing.
Add this to the .env.local and it will disable the certificate checking. Potential security issues but should be ok for local development, when you deploy to Vercel or Netlify then DO NOT put that line in their environment variables.
I did the initial steps (including graphql endpoint adding to .evn.local.), but next.js can't somhow fetched the post from my wordpress. I am using the app local with
Screenshot or Video Recording
Your environment
Additional context
The text was updated successfully, but these errors were encountered: