-
Notifications
You must be signed in to change notification settings - Fork 300
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
Uncaught ReferenceError: React is not defined #319
Comments
We recently upgraded our Docker Image. |
This error is happening when opening the project in the browser, starting the server works fine. |
Is it best to just pull this electrode image and then replace the server + client folders with the ones in my project ? |
You can try that, but I can't comment if it will work as is. Does it work in your local following the same commands that you have in the |
Is there any solution because i am getting the same error when using electrode in prod env.
This also happens in docker as well as when i am doing same steps as in dockerfile on my local maschine. Both time i am getting |
That message is concerning server side rendering only. When you see error in browser console, that's client side. Would you be able to provide sample code that repro this issue? |
When I deploy my electrode app on docker (locally) it builds but when I start it up it says :
Uncaught ReferenceError: React is not defined
My css from the bundle is loaded as I can see it but some components don't work.
Can anybody help me with this problem ? I have succesfully deployed and run a docker image from this project before. I don't know what has changed.
The text was updated successfully, but these errors were encountered: