Urgent - React Routing Scenes Down!

We have an experience going live at a public event for a client tomorrow and it is down.

After a lot of digging it seems any scene using React Routing and 8th Wall is down. Example here: A-Frame: React - Multiple Scenes | 8th Wall Playground | 8th Wall

Both going to a white screen.

Can anyone help?

I just checked on an old project from 6th months ago…

<meta name="8thwall:package" content="@react.react">
<meta name="8thwall:package" content="@react.react-dom">
<meta name="8thwall:package" content="@react.react-router-dom">

The local @ CND package doesn’t seem to be loading, I’d say the 8th Wall server hosting the package might be down.

This project that used React Routing hasn’t changed in 6 months, and was working a few weeks ago but isn’t working now…

Is there an alternative CDN source we can use for React routing?

Thank you for reporting this issue. I’ve addressed it in our sample projects by fixing the React version to @react.react:17.0.0 and the ReactDOM version to @react.react-dom:17.0.0.

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.