Replies: 3 comments 1 reply
-
What happens when you try to open/refresh http://localhost:3000/tutorials? If that fails as well, it might be that your server needs to rewrite the calls |
Beta Was this translation helpful? Give feedback.
-
Looks like this issue may be coming for another Library. I have react-owl-carousel installed and that Library is outdated and throwing javascript errors. After removing that Library everything seem to be working. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem and no material ui package installed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of React Router are you using?
6.8.1
Steps to Reproduce
1.) If I was on the home page of my website and I click the Tutorial button it takes me to the tutorials page
2.) If I press the button to go to Tutorial Details it would take me to the tutorial details page and show me details.
Expected Behavior
I expect that if a visitor takes a url for example:
http://example.com/tutorials/1
it should take the visitor to the tutorial detail page and show details.Actual Behavior
1.) If I was on the home page of my website and I click the Tutorial button it takes me to the tutorials page
2.) If I press the button to go to Tutorial Details it would take me to the tutorial details page and show me details.
Now here is where the problem begin. Let's say I copy the url and share it on YouTube. Now someone take that same url and paste it in there browser the page will show white screen.
This only happens if I put the url directly in the web browser. If I was to just press the nav button on the website it will take me where I am suppose to go.
I have attached video of problem.
Screen.Recording.2023-02-07.at.7.56.31.PM.mp4
Beta Was this translation helpful? Give feedback.
All reactions