remix
remix copied to clipboard
@remix-run/architect - Hydration fails on a new project
What version of Remix are you using?
@remix-run/architect": "^1.7.2",
Steps to Reproduce
npx create-remix@latest
Select Architect (AWS Lambda)
Expected Behavior
Sample page runs without errors.
Actual Behavior

Tried Incognito just incase I have an extension issue but same results in Incognito
Confirmed on my end. One of the main differences is that the LiveReload script doesn't seem to be SSRed.
Same for me
Try adding NODE_ENV=development to your existing or a new .env file.
Explanation can be found in https://github.com/remix-run/remix/issues/1756#issuecomment-1065682371 and the rest of the issue as well!
@dbroadhurst @zolzaya could you give @RobertBroersma comment a try please?
@machour confirmed adding the NODE_ENV var resolved the issue
This is probably because one of your browser extensions is injecting code : https://remix.run/pages/gotchas#browser-extensions-injecting-code
For me the chrome VPN Express plugin was causing the issues. Thanks @MichaelDeBoey