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
Change wpUrl to my live WP site in the frontend/config.js file
copied the DB, the plugins, the theme and the uploads to my live WP site from wp-headless and db-headless
run yarn && yarn build from the frontend directory, and deployed it to Now with now --prod
changed the frontend-origin.php in the postlight-headless-wp theme in my live WP site to point to https://frontend.koli14.now.sh, where I deployed the frontend.
After these steps the front page is working as expected, but if I click on any internal URL, it says:
An unexpected error has occurred.
After refreshing:
404 - This page could not be found.
Any idea, what did I missed, or how can I debug it?
Thanks!
The text was updated successfully, but these errors were encountered:
Steps I made:
wpUrl
to my live WP site in thefrontend/config.js
filewp-headless
anddb-headless
yarn && yarn build
from thefrontend
directory, and deployed it to Now withnow --prod
frontend-origin.php
in thepostlight-headless-wp
theme in my live WP site to point tohttps://frontend.koli14.now.sh
, where I deployed the frontend.After these steps the front page is working as expected, but if I click on any internal URL, it says:
After refreshing:
Any idea, what did I missed, or how can I debug it?
Thanks!
The text was updated successfully, but these errors were encountered: