-
Hi, I have built an app on remix 1.19.3. Once I ran > remix-serve build
Remix App Server started at http://localhost:3000 (http://192.168.0.154:3000)
/xxx/node_modules/.pnpm/@[email protected]/node_modules/@remix-run/server-runtime/dist/dev.js:17
if (!origin) throw Error("Dev server origin not set");
^
Error: Dev server origin not set
at Object.broadcastDevReady (/xxx/node_modules/.pnpm/@[email protected]/node_modules/@remix-run/server-runtime/dist/dev.js:17:22) Which basically means that It also seems my build command is keeping my > remix build
info building... (NODE_ENV=development)
info built (1.3s) Can someone please point out where to look to check what has gone wrong. |
Beta Was this translation helpful? Give feedback.
Answered by
vrn-dev
Sep 5, 2023
Replies: 1 comment 4 replies
-
Had to set env variables correctly as they were not being picked up by remix in production mode. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
vrn-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Had to set env variables correctly as they were not being picked up by remix in production mode.