yrnsmth
yrnsmth
RRailway
Created by elis on 2/20/2024 in #✋|help
Build failing due to missing `.root/.cache/node/corepack/lastKnownGood.json`
Thanks all!
71 replies
RRailway
Created by elis on 2/20/2024 in #✋|help
Build failing due to missing `.root/.cache/node/corepack/lastKnownGood.json`
Yep - and the previous working deploy is still up and running fine
71 replies
RRailway
Created by elis on 2/20/2024 in #✋|help
Build failing due to missing `.root/.cache/node/corepack/lastKnownGood.json`
No description
71 replies
RRailway
Created by elis on 2/20/2024 in #✋|help
Build failing due to missing `.root/.cache/node/corepack/lastKnownGood.json`
What is also strange is my rails service is deploying fine, also using yarn v6. On the react project I did a git revert to my changes, and redeployed, this was rejected also.
71 replies
RRailway
Created by elis on 2/20/2024 in #✋|help
Build failing due to missing `.root/.cache/node/corepack/lastKnownGood.json`
71 replies
RRailway
Created by elis on 2/20/2024 in #✋|help
Build failing due to missing `.root/.cache/node/corepack/lastKnownGood.json`
I'm using the vite-react-template from Brody ( https://github.com/brody192/vite-react-template), deployed from a GitLab instance. It's using yarn v6. it was working 2 days ago. My only changes were jsx files.
71 replies
RRailway
Created by elis on 2/20/2024 in #✋|help
Build failing due to missing `.root/.cache/node/corepack/lastKnownGood.json`
I deployed a rails instance just fine (it uses yarn), but react + vite is failing for me.
71 replies
RRailway
Created by elis on 2/20/2024 in #✋|help
Build failing due to missing `.root/.cache/node/corepack/lastKnownGood.json`
+1 here, too!
71 replies
RRailway
Created by yrnsmth on 1/16/2024 in #✋|help
custom domain taking a long while to issue TLS cert
...and that did the trick. Thanks for your time (and sorry to clog up your feed with a simple thing)
10 replies
RRailway
Created by yrnsmth on 1/16/2024 in #✋|help
custom domain taking a long while to issue TLS cert
Okay, done, just waiting for DNS stuff to happen
10 replies
RRailway
Created by yrnsmth on 1/16/2024 in #✋|help
custom domain taking a long while to issue TLS cert
I think this is exactly what I did in December when playing around with my email DNS. But I'll try again 🙂
10 replies
RRailway
Created by yrnsmth on 1/16/2024 in #✋|help
custom domain taking a long while to issue TLS cert
No description
10 replies
RRailway
Created by yrnsmth on 12/12/2023 in #✋|help
System sending SIGTERM after foreman executes procfile
To be precise, it's not actaully crashing - it's just shutting down the processes. I was concerned it was my nixpacks.toml I kind of just shoehorned installing the package after building out the dependencies:
# ... #
[phases.install]
dependsOn = [
'setup',
'postgres',
]
cmds = [
'bundle install',
'bundle exec bootsnap precompile --gemfile',
'gem install foreman'
]
onlyIncludeFiles = [
'Gemfile',
'Gemfile.lock',
]
cacheDirectories = ['/root/.bundle/cache']
paths = [
'/usr/local/rvm/rubies/ruby-3.1.4/bin',
'/usr/local/rvm/gems/ruby-3.1.4/bin',
'/usr/local/rvm/gems/ruby-3.1.4@global/bin',
]
# ... #
# ... #
[phases.install]
dependsOn = [
'setup',
'postgres',
]
cmds = [
'bundle install',
'bundle exec bootsnap precompile --gemfile',
'gem install foreman'
]
onlyIncludeFiles = [
'Gemfile',
'Gemfile.lock',
]
cacheDirectories = ['/root/.bundle/cache']
paths = [
'/usr/local/rvm/rubies/ruby-3.1.4/bin',
'/usr/local/rvm/gems/ruby-3.1.4/bin',
'/usr/local/rvm/gems/ruby-3.1.4@global/bin',
]
# ... #
This is roughly the equivalent of doing the following in a node project:
~ yarn install
~ npm install foreman
~ yarn install
~ npm install foreman
Am I right in assuming the array of cmds array will be executed in ascending order?
16 replies
RRailway
Created by yrnsmth on 12/12/2023 in #✋|help
System sending SIGTERM after foreman executes procfile
No description
16 replies
RRailway
Created by yrnsmth on 12/12/2023 in #✋|help
System sending SIGTERM after foreman executes procfile
👍 Looks like I'll be spending some dollars before I planned. Ah well. 🤣 I'll upgrade tonight and see what happens. Thanks for the info 🙂
16 replies
RRailway
Created by yrnsmth on 12/12/2023 in #✋|help
System sending SIGTERM after foreman executes procfile
No description
16 replies
RRailway
Created by yrnsmth on 12/12/2023 in #✋|help
System sending SIGTERM after foreman executes procfile
sorry, yea, you're right, it is the trial.
the trial plan only has 512mb of ram per service so its possible you are running into that limit, check your service metrics
oooh, I didn't even think about the ram limit there. Will do when I'm on lunch, then I'll report back 🙂
16 replies
RRailway
Created by yrnsmth on 12/12/2023 in #✋|help
System sending SIGTERM after foreman executes procfile
Nope - I'm still on the evaluation hobby plan... mildpanic This is just a portfolio/scratch-my-own-itch project. Is pro required for this kind of thing? (Sorry, too for the timezone differences, btw your reply came through at 1am my time 🙃)
16 replies
RRailway
Created by yrnsmth on 11/28/2023 in #✋|help
LoadError on build
Hi, sorry to resurrect this old discussion! I'm looking to modify my build to spin up a rake task for resque... and I see you have comments about 'custom build.sh' and 'custom start.sh... but I can't find any reference to the actual files... are these the default Railway ones? Part of an apt-pkg being installed? For me to implement myself? I'm not sure how it's even building or starting without these? Sorry for the newbie questions!
31 replies
RRailway
Created by yrnsmth on 12/6/2023 in #✋|help
React/Vite/Caddy re-routing is failing
But you're right, everything is working again.
9 replies