This repository was archived by the owner on Apr 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 232
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Error when trying to run the docker image #219
Copy link
Copy link
Open
Description
What version of Remix are you using?
1.19.3
Are all your remix dependencies & dev-dependencies using the same version?
- Yes
Steps to Reproduce
I first ran:
docker build -t sidah/demo:1.0docker run sidah/demo:1.0- Here is the full error trace:
/myapp/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js:10
throw new Error(prefix);
^
Error: Invariant failed
at invariant (/myapp/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js:10:15)
at getClient (/myapp/build/index.js:153:37)
at Object.<anonymous> (/myapp/build/index.js:150:10)
at Module._compile (node:internal/modules/cjs/loader:1198:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
at Module.load (node:internal/modules/cjs/loader:1076:32)
at Function.Module._load (node:internal/modules/cjs/loader:911:12)
at Module.require (node:internal/modules/cjs/loader:1100:19)
at require (node:internal/modules/cjs/helpers:119:18)
at Object.<anonymous> (/myapp/build/server.js:45110:77)
Expected Behavior
Expected the app to run successfully.
Actual Behavior
The app fails to run:
/myapp/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js:10
throw new Error(prefix);
^
Error: Invariant failed
at invariant (/myapp/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js:10:15)
at getClient (/myapp/build/index.js:153:37)
at Object.<anonymous> (/myapp/build/index.js:150:10)
at Module._compile (node:internal/modules/cjs/loader:1198:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
at Module.load (node:internal/modules/cjs/loader:1076:32)
at Function.Module._load (node:internal/modules/cjs/loader:911:12)
at Module.require (node:internal/modules/cjs/loader:1100:19)
at require (node:internal/modules/cjs/helpers:119:18)
at Object.<anonymous> (/myapp/build/server.js:45110:77)
Metadata
Metadata
Assignees
Labels
No labels
