Skip to content
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

File Pizza Java Script crashed in Uploading browser #145

Open
rpoe opened this issue Jul 21, 2022 · 0 comments
Open

File Pizza Java Script crashed in Uploading browser #145

rpoe opened this issue Jul 21, 2022 · 0 comments

Comments

@rpoe
Copy link

rpoe commented Jul 21, 2022

Symptom The page simply did not work. Analysis revealed this console output.

Uncaught Error: Invariant Violation: You're trying to render a component to the document using server rendering but the checksum was invalid. This usually means you rendered a different component type or props on the client from the one on the server, or your render() methods are impure. React cannot handle this case due to cross-browser quirks by rendering at the document root. You should look for environment dependent code in your components and ensure the props are the same client and server side:
(client) <html lang="en" data-react
(server) <html data-reactid=".29909
r https://file.pizza/app.js:1
_mountImageIntoNode https://file.pizza/app.js:8
i https://file.pizza/app.js:8
d https://file.pizza/app.js:8
perform https://file.pizza/app.js:10
v https://file.pizza/app.js:8
perform https://file.pizza/app.js:10
batchedUpdates https://file.pizza/app.js:55
i https://file.pizza/app.js:8
_renderNewRootComponent https://file.pizza/app.js:8
i https://file.pizza/app.js:8
render https://file.pizza/app.js:8
i https://file.pizza/app.js:8
FilePizza https://file.pizza/app.js:25
I https://file.pizza/app.js:30
dispatch https://file.pizza/app.js:30
to https://file.pizza/app.js:49
to https://file.pizza/app.js:49
to https://file.pizza/app.js:49
dispatch https://file.pizza/app.js:30
from https://file.pizza/app.js:49
dispatch https://file.pizza/app.js:30
refresh https://file.pizza/app.js:30
run https://file.pizza/app.js:30
r https://file.pizza/app.js:49
FilePizza https://file.pizza/app.js:25
https://file.pizza/:2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant