tom
Explore posts from serversDeploying windmill, no access to web UI
https://railway.app/template/UI371k
I have deployed this project but do not seem to get a url to edit the windmill web UI from (this is the product I want: https://www.windmill.dev/docs/code_editor)
Any help? This template does not expose a public URL
8 replies
ERR_PNPM_WORKSPACE_PKG_NOT_FOUND In : "nextra@workspace:*" is in the dependencies but no package na
Very likely the same error as described here:
https://help.railway.app/questions/cannot-install-with-frozen-lockfile-be-be29918d
https://github.com/railwayapp/nixpacks/issues/1091
However I followed their recommendation and added the nixfile as they did, but still getting an error.
You can find my repo here which is a fork of nextra
My repo: https://github.com/mecattaf/nextra
There is a tiny chance that my changes may be the cause for this, specifically:
I have a custom root directory set: /examples/my-site/
And I have a custom Start command: pnpm run start
This is meant to work in tandem with the nixfile:
providers = ["node"]
[phases.install]
cmds = ["npm install -g corepack", "corepack enable", "corepack prepare [email protected] --activate", "pnpm install"]
I am specifically trying to launch /examples/my-app during this operation.
Your help is much appreciated!
T
Duplicate of: https://help.railway.app/questions/err-pnpm-workspace-pkg-not-found-in-c4b1f8f5
21 replies