nextjs-headless-wordpress
nextjs-headless-wordpress copied to clipboard
🔥 Nextjs Headless WordPress
- [ ] Deploy backend and frontend on Digital ocean - [ ] Add the live url in README - [ ] Add a couple more deployment options in README.
Currently only backend is dockerized. Docker has some limitations on port for mac and Windows however, if we can come up with some idea, dockerizing front-end would be better as...
I am facing this problem, when i run the same query on the qraphiql, it works, but it gives out the GraphQLError: Syntax Error: Unexpected Name "headerMenus". error when I...
Trying to fetch data from slug [...slug].js page but showing undefined. slug page code here import {GET_PAGES_URI} from '../queries/pages/get-pages'; import {isEmpty} from 'lodash'; import {GET_PAGE} from '../queries/pages/get-page'; import {useRouter} from...
### remove duplicate volumes on mysql at docker-compose.yml 