heyronii
Can't connect to MongoDB
I added a variable reference of
MONGO_PRIVATE_URL
to one of my other services in the same project with the MongoDB.
However, my backend keeps showing the following error:
I think the url is correctly configured because the error message explicitly states mongodb.railway.internal:27017
, however it can't seem to reach the URL.
Project ID: 89fdc23e-198d-43a2-8668-61b5b0306414
Service ID: a83ed6ae-fd71-4dab-b09a-771f7b82a336
Deployment ID: 0a0364b3-c4e4-4ec6-91a2-305a8c8e216211 replies
Reirected to team page with hundreds of kiwi requests
I'm trying to reach my dashboard but I get redirected to https://railway.app/new/team page and the page sends hundreds of requests to https://kiwi.railway.app/?v=<some_key_here>.
13 replies
Passing $PORT in start command
Is this possible? How could I achieve this?
I have a fastapi project running with the following command:
uvicorn main:app --host 0.0.0.0 --port ${PORT}
But I'm getting the following error:
Error: Invalid value for '--port': '${PORT}' is not a valid integer.
7 replies
Blocked from too many requests on Discord
I have deployed a Discord bot on Railway, but recently I'm getting the following error:
The nextcord library already respects the rate-limits and when looking at the logs I do not see repeating requests. I'm guessing this discord rate-limiting is IP-based and my railway IP is being rate-limited right now.
4 replies