• Resolved ntnguye5

    (@ntnguye5)


    Hi,

    Our app is created in deployment mode and I uploaded all the app files to bluehost cPanel and had the same folder name as app name and the slug we wanted. The page was created, but there is no app running. Any thoughts on what the issue could be? I can not click on create a new app because I am in deployment mode and requires npm 6. Is this a bluehost issue/wordpress/plugin? Thank you.

    Nga nguyen

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author rockiger

    (@rockiger)

    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?

    Thread Starter ntnguye5

    (@ntnguye5)

    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?

    Plugin Author rockiger

    (@rockiger)

    I don’t know for sure, but probably.

    You need to create the app in your local environment! Which system do you work on?

    Thread Starter ntnguye5

    (@ntnguye5)

    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

    Plugin Author rockiger

    (@rockiger)

    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.

    Plugin Author rockiger

    (@rockiger)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t create an app’ is closed to new replies.