Chen
Chen
Explore posts from servers
RRailway
Created by Chen on 6/28/2024 in #✋|help
pricing for database hosting
N/A
5 replies
RRailway
Created by Chen on 6/10/2024 in #✋|help
Build failing immediatley
9876a06a-f06a-42e1-b9af-ae2ddc462269
4 replies
RRailway
Created by Chen on 6/5/2024 in #✋|help
Failed to deploy because unable to download nix?
9876a06a-f06a-42e1-b9af-ae2ddc462269
15 replies
RRailway
Created by Michael on 9/9/2023 in #✋|help
deploy bun 1.0 project
do we need this?
71 replies
RRailway
Created by Chen on 7/5/2023 in #✋|help
How does it work under the hood when I deploy a NextJS app with serverless functions?
no i think that's good for now!
14 replies
RRailway
Created by Chen on 7/5/2023 in #✋|help
How does it work under the hood when I deploy a NextJS app with serverless functions?
i see i see! thank you! that clears things up for me :)
14 replies
RRailway
Created by Chen on 7/5/2023 in #✋|help
How does it work under the hood when I deploy a NextJS app with serverless functions?
side question, but how does "projects" in the dashboard vs each block in each project differ? is it mostly just for organization? or do my 2 blocks in the project share a computer?
14 replies
RRailway
Created by Chen on 7/5/2023 in #✋|help
How does it work under the hood when I deploy a NextJS app with serverless functions?
oh i see, so it's as if my computer is running the code
14 replies
RRailway
Created by Chen on 7/5/2023 in #✋|help
How does it work under the hood when I deploy a NextJS app with serverless functions?
N/A
14 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
thanks!
19 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
the dockerfile worked well :)
19 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
i see, ok! thank u
19 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
yes!
19 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
[stage-0 6/10] RUN --mount=type=cache,id=s/ce8b2188-8081-4b6f-a77e-eebbf311358f-/root/local/share/pnpm/store/v3,target=/root/.local/share/pnpm/store/v3 pnpm i --frozen-lockfile:
#10 5.581 Your pnpm version is incompatible with "/app". #10 5.581 #10 5.581 Expected version: >=8.6.3 #10 5.581 Got: 7.33.3 #10 5.581 #10 5.581 This is happening because the package's manifest has an engines.pnpm field specified. #10 5.581 To fix this issue, install the required pnpm version globally. #10 5.581 #10 5.581 To install the latest version of pnpm, run "pnpm i -g pnpm".  #10 5.581 To check your pnpm version, run "pnpm -v". ----- Dockerfile:20 ------------------- 18 | ENV NIXPACKS_PATH /app/node_modules/.bin:$NIXPACKS_PATH 19 | COPY . /app/. 20 | >>> RUN --mount=type=cache,id=s/ce8b2188-8081-4b6f-a77e-eebbf311358f-/root/local/share/pnpm/store/v3,target=/root/.local/share/pnpm/store/v3 pnpm i --frozen-lockfile 21 | 22 | # build phase ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c pnpm i --frozen-lockfile" did not complete successfully: exit code: 1  Error: Docker build failed
19 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
but in this case it seems that the install script is automatically detected, so i can't update pnpm before then and it errors out
19 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
or, there would be a dedicated "install" script, ie. vercle
19 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
usually i would include "npm i -g pnpm; pnpm install" in my build script ie. render.com
19 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
7c98ae62-dafb-4aad-82bc-463906350ad9
19 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
N/A
19 replies