React App not loading after upgrade 3.2.1 => 3.2.2
-
After upgrading to version 3.2.2, my app is not loading, and I only see a white page. The URLs to the assets in the static folders are incorrect, resulting in 404 errors for all JS, CSS, and font files. It seems that a slash is being inserted at the wrong place.
For example, my main JS file is referenced as:
…/wp-content/reactpress/apps/eyeseet/build//static/jsmain.c57b49aa.js?ver=1
while it should be:
…/wp-content/reactpress/apps/eyeseet/build/static/js/main.c57b49aa.js?ver=1
The same issue occurs for files in other folders in my static folder. Reverting back to version 3.2.1 solves the issue.
Hopefully, you can assist in solving this issue.
- You must be logged in to reply to this topic.