IamIconLiving
IamIconLiving
Explore posts from servers
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
404 main page not found
well actually I cannot even deploy separately these services, when I try to deploy the UI service, it errors out while trying to import other serivces, because it's trying to find them in the global registry instead of from workspace
17 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
404 main page not found
whereas I tried to deploy it Fly.io and I got opposite almsot 😄 I get the UI working but the backends impossible to make work
17 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
404 main page not found
No description
17 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
404 main page not found
not actually sure where the RUN is from that "causes" the error, it's Railway's docker file?
17 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
404 main page not found
hm, without setting /noodle as a root directory leads to the same issue but with setting /noodle as a root directory I am getting a bunch of errors
2.350 warning Resolution field "[email protected]" is incompatible with requested version "babel-loader@^8.2.2"

4.356 error Your lockfile needs to be updated, but yarn was run with `--frozen-lockfile`.

4.356 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

-----



Dockerfile:26

-------------------

24 | ENV NIXPACKS_PATH /app/node_modules/.bin:$NIXPACKS_PATH

25 | COPY . /app/.

26 | >>> RUN --mount=type=cache,id=s/17269ca0-4835-43a2-8593-0fdab0c1c387-/root/cache/Cypress,target=/root/.cache/Cypress --mount=type=cache,id=s/17269ca0-4835-43a2-8593-0fdab0c1c387-/usr/local/share/cache/yarn/v6,target=/usr/local/share/.cache/yarn/v6 yarn install --frozen-lockfile

27 |

28 | # build phase

-------------------

ERROR: failed to solve: process "/bin/bash -ol pipefail -c yarn install --frozen-lockfile" did not complete successfully: exit code: 1



Error: Docker build failed
2.350 warning Resolution field "[email protected]" is incompatible with requested version "babel-loader@^8.2.2"

4.356 error Your lockfile needs to be updated, but yarn was run with `--frozen-lockfile`.

4.356 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

-----



Dockerfile:26

-------------------

24 | ENV NIXPACKS_PATH /app/node_modules/.bin:$NIXPACKS_PATH

25 | COPY . /app/.

26 | >>> RUN --mount=type=cache,id=s/17269ca0-4835-43a2-8593-0fdab0c1c387-/root/cache/Cypress,target=/root/.cache/Cypress --mount=type=cache,id=s/17269ca0-4835-43a2-8593-0fdab0c1c387-/usr/local/share/cache/yarn/v6,target=/usr/local/share/.cache/yarn/v6 yarn install --frozen-lockfile

27 |

28 | # build phase

-------------------

ERROR: failed to solve: process "/bin/bash -ol pipefail -c yarn install --frozen-lockfile" did not complete successfully: exit code: 1



Error: Docker build failed
17 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
404 main page not found
gonna try now
17 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
404 main page not found
ah that's true, I can see in Caddyfile I was pointing to dist folder, that's gotta be causing some troubles at the very least
17 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
404 main page not found
the ui package from my understanding is here https://github.com/OlegGulevskyy/popspace-demo/tree/master/noodle and that's where I placed the files
17 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
404 main page not found
17 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
Stuck on applying change
nvm I just removed the env variable for now
4 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
Stuck on applying change
04d8d41b-79da-48d1-82cd-c7f3f02b1a2e
4 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
Docker image failes to copy `.git` directory
thank you @Brody !
9 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
Docker image failes to copy `.git` directory
and indeed, removing it removed the trouble.. 🙂
9 replies
RRailway
Created by IamIconLiving on 4/24/2024 in #✋|help
Docker image failes to copy `.git` directory
that's actually a good question, I was trying to deploy this thing and I am not much of a docker user
9 replies
RRailway
Created by IamIconLiving on 8/24/2023 in #✋|help
ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock
once Procfile returned back to repo, docker seems to be starting fine.. so I guess it's not good to delete it 😄
9 replies
RRailway
Created by IamIconLiving on 8/24/2023 in #✋|help
ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock
80c087f4-629b-4e7b-ab4c-6b7cb6e97d69
9 replies
RRailway
Created by IamIconLiving on 4/20/2023 in #✋|help
Possibility to specify service during `railway up`
nvm, there is exactly such flag -s / --service lol
4 replies
RRailway
Created by IamIconLiving on 4/20/2023 in #✋|help
Possibility to specify service during `railway up`
bef41c2c-b1a9-42ef-adb9-e3afa84fbbea
4 replies
RRailway
Created by IamIconLiving on 4/20/2023 in #✋|help
React with router getting 404
thank you!
10 replies
RRailway
Created by IamIconLiving on 4/20/2023 in #✋|help
React with router getting 404
wow yes, this exactly did the trick! listening to 8080 and setting ports in env variable!
10 replies