Stibnite
Stibnite
Explore posts from servers
RRailway
Created by Stibnite on 5/7/2024 in #✋|help
I can't find a way to add credits
I can't find a way to add credits. Can someone guide me where to find the option? A screenshot should be enough.
4 replies
DIAdiscord.js - Imagine an app
Created by Stibnite on 10/4/2023 in #djs-questions
What is it about "features"=>["COMMUNITY", "NEWS"]?
One of the servers my bot is connected to has those "features". For others the array is empty. What are those features about? How do I enable/disable them?
10 replies
RRailway
Created by Stibnite on 7/14/2023 in #✋|help
Elixir Phoenix DB connection error
4 replies
RRailway
Created by Stibnite on 6/23/2023 in #✋|help
Crash behavior - "A server is already running"
15 replies
RRailway
Created by Stibnite on 3/1/2023 in #✋|help
Docker unexpected status code [manifests ubuntu-1675123887]: 503 Service Unavailable
I tried to deploy my app but got this error.
failed to solve with frontend dockerfile.v0: failed to create LLB definition: unexpected status code [manifests ubuntu-1675123887]: 503 Service Unavailable

Error: Docker build failed
failed to solve with frontend dockerfile.v0: failed to create LLB definition: unexpected status code [manifests ubuntu-1675123887]: 503 Service Unavailable

Error: Docker build failed
Project ID: 9c6db4bc-b375-44fd-87b5-09e05a5e88f1
7 replies
RRailway
Created by Stibnite on 2/23/2023 in #✋|help
Is there a way to make Rails deployments faster?
I'm using nixpacks and it always takes around 7 minutes for a Rails app to build and deploy. What can I do to make it faster? Project ID: 9c6db4bc-b375-44fd-87b5-09e05a5e88f1
53 replies
RRailway
Created by Stibnite on 2/1/2023 in #✋|help
How many cores does the CPU have on the Developer plan?
How many cores does the CPU have on the Developer plan?
11 replies
RRailway
Created by Stibnite on 1/31/2023 in #✋|help
Seahorse::Client::NetworkingError (SSL_connect returned=1 errno=0)
When I try to upload a file to Digital Ocean Spaces from Rails, I get this error: Seahorse::Client::NetworkingError (SSL_connect returned=1 errno=0 state=error: certificate verify failed. I provdied the public and secret keys in the config. This is my config in config/storage.yml
digitalocean_spaces:
service: S3
access_key_id: <%= Rails.application.credentials.dig(:digitalocean_spaces, :access_key_id) %>
secret_access_key: <%= Rails.application.credentials.dig(:digitalocean_spaces, :secret_access_key) %>
region: nyc3
endpoint: "https://<myspace>.nyc3.digitaloceanspaces.com"
bucket: <mybucket>
digitalocean_spaces:
service: S3
access_key_id: <%= Rails.application.credentials.dig(:digitalocean_spaces, :access_key_id) %>
secret_access_key: <%= Rails.application.credentials.dig(:digitalocean_spaces, :secret_access_key) %>
region: nyc3
endpoint: "https://<myspace>.nyc3.digitaloceanspaces.com"
bucket: <mybucket>
Do you have any idea how can I fix it?
5 replies
RRailway
Created by Stibnite on 11/19/2022 in #✋|help
RedisTimeoutError Connection timed out
I got lots of "Redis::TimeoutError: Connection timed out" errors in the last 30 minutes. It seems to work fine now. Any idea what happened? Project ID: 9c6db4bc-b375-44fd-87b5-09e05a5e88f1 Service: sidekiq worker I didn't change config or Redis credentials in the last month.
4 replies
RRailway
Created by Stibnite on 11/5/2022 in #✋|help
Rails assets won't load when using nixpacks
6 replies
RRailway
Created by Stibnite on 11/5/2022 in #✋|help
Sync two deploys
35 replies