• 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.

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

    (@rockiger)

    Hi, sorry for the problems.

    Can you tell me more about your React app? Do you use CRA or Vite? Which page template do you use?

    Thread Starter C&C

    (@eyeseet)

    No problem, I just use the previous version for now. Thank you for creating and supporting this plugin! ??

    I’m using CRA and the ReactPress Canvas template.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.