Hello,
did you create your app on your in your local WP installation or did you create it with create-react-app manually in the console? The latter doesn’t work unfortunately.
Just to be clear, you have to create your react app from the WP admin.
Did you open your developer tools and see any error messages? Are there any js-files linked in the source code of your page. Similar to /wp-content/plugins/reactpress/apps/[appname]/build/static/js/runtime-main.63c6e12a.js?ver=1?
We did not create the react app from the WP admin, but unfortunately we are blocked from that option because there is the requirement for npm 6. Do you know if npm 6 is an issue for bluehost?
I don’t know for sure, but probably.
You need to create the app in your local environment! Which system do you work on?
Bitnami is the one we are trying to work with now. Current issue is react press was not compatible with Windows on local installation so we are trying again, so we’re trying again with linux
Sounds like a great idea. Make sure you install node with nvm and install yarn, too.
I am uploading a VM as we speak to provide a ReactPress friendly environment. I will post as soon as I finished my tests.
Sorry for the inconvenience.
I released a new version
It should solve a lot of issues with using ReactPress in local development environments like Local, DevKinsta, and similar.
This release does change to way to use ReactPress and gives you much more control.
Nonetheless, backward compatibility should be given.