Replies: 2 comments 5 replies
-
Hi @curler7, I can't reproduce this on the deployed version of the stack: https://www.epicstack.dev |
Beta Was this translation helpful? Give feedback.
-
Adding my $0.02 to the discussion. When I run Firefox Developer Edition and these initial commands: npx create-epic-app@latest
# didn't setup deploy. picked random name.
cd <randomly_picked_name>
npm run dev Upon opening the app I received the following screenshot: (validated while Private Browsing) Checked in private browsing as recommended by @kiliman and still receiving this. To add further note, I am not seeing the same thing in Chrome DevTools locally. Surprisingly enough even though the
I assume this is the proper solution is just await React 19? ☝️ Let me know and thanks for reading! |
Beta Was this translation helpful? Give feedback.
-
Getting following error on browser console
Warning: Prop
nonce
did not match. Server: "0d1781b142423cac737af4b3e38a32ea" Client: ""Getting started with the following instructions
git clone https://github.com/epicweb-dev/epic-stack.git
cd epic-stack
npm install
cp .env.example .env
npm run setup
Tested with firefox and chromium. Both displayed same error.
Did i missed something? Thx for response.
Beta Was this translation helpful? Give feedback.
All reactions