Minified Error in Production redirecting to 404 page
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
The minified console error in production redirects to a 404 page
Expected Behavior 🤔
It should link to a page I can view the error log for debugging purpose.
Context 🔦
I deployed the application to netlify, the build and deployment was successful, however it crashes on first load with the error message Uncaught Error: Minified Material-UI error #15; visit https://material-ui.com/production-error/?code=15 for the full message.
I should also add the I'm using the @material-ui/core 5.0.0-beta.5
Your Environment 🌎
`npx @mui/envinfo`
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
I'm using chrome browser
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by opening the reported production-error URL with code 15 and reviewing how the Material UI production error page handles that route. Reproduce the first-load failure from the Netlify deployment using @material-ui/core 5.0.0-beta.5 in Chrome. Done means the minified error links to an accessible page containing the full debugging message instead of a 404.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100