-
-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error page centre issue #270
Comments
Would like to pick up this issue. |
@agent515 assigned this to you. |
@ritz078 To check the layout of Erro 500, I inserted this check |
This isn't webpack. The webpack prefix is there because it was used to build it. You should check the CSS on production and compare it with what you get locally. This will help you narrow down the exact location of error. |
If I compare just CSS files, I don't find anything wrong there. But noticed that instead of is loading in the production even though the status code is 404. And as I researched to find where exactly _error.tsx file is used, came across _error.js file. As I have not used webpack before, I am not exactly sure how to go about resolving the error. I now have started to learn webpack. Is that the right way to go? |
In Line 11 in 707f15f
replace for eg: http://localhost:3000/a |
I already did that and it worked fine (in the center) as shown in the snapshot shared before. And, I could not find the alignment error that is shown in the snapshot shared by you. And about what I said in the previous comment was that on the production https://transform.tools/a shows Error500 component. I thought that itself should be a bug and traced it to _error.js static file but as I am not familiar with webpack I thought I should start learning about it to understand build. |
In the error page, things are not properly aligned.
The text was updated successfully, but these errors were encountered: