Issue running build App
-
First of all thanks for the amazing plugin!
I set up WP locally, create react App, was able to edit and building it. Then uploaded the files on remote server with Reactpress plugin installed. Everything worked fine but, when I try to see the result, it’s not working (see link connected).
Browser is trying to get files from
https://staging8.airlite.combuild/static/js/main.e61a907f.chunk.js?ver=1
missing a part of the path. The part of the path missing is/wp-content/plugins/reactpress/apps/calculator/
As you can see from the PHP error notice, it seems that in the line
132: $relative_apppath = explode($document_root, $plugin_app_dir_url)[1];
there’s something unexpected. Any suggestion as a fix?The page I need help with: [log in to see the link]
- The topic ‘Issue running build App’ is closed to new replies.