R
Railway

✋|help

Internal Server Error

Fflpcrazzy9/2/2023
I have this problem, i need help
Bbrody1929/2/2023
@t3ch_w1z4rd
what are these people potentially doing wrong then?
deployed 13 hours ago
is there a variable they aren't filling out properly?
Tt3ch_w1z4rd9/2/2023
@flpcrazzy can you share the logs of the service ?
Bbrody1929/2/2023
that does not give either of us access to your logs
Tt3ch_w1z4rd9/2/2023
if you can copy paste few lines of code from there it might be helpful
Fflpcrazzy9/3/2023
Can I send you the Railway account login so you can check?
Tt3ch_w1z4rd9/3/2023
#typebot internal server error Check this chat
Fflpcrazzy9/3/2023
OK
Fflpcrazzy9/3/2023
Fflpcrazzy9/3/2023
❌ Invalid environment variables: {

ENCRYPTION_SECRET: [ 'String must contain exactly 32 character(s)' ]

}
Bbrody1929/3/2023
did you not use the ${{secret(32)}} when you created the template?
Fflpcrazzy9/3/2023
I didn't change anything, I left everything default
Bbrody1929/3/2023
ohhhhh maybe you deployed this template when that template variable wasn't rendering
it's since been fixed
Fflpcrazzy9/3/2023
This last deploy I just did now
Tt3ch_w1z4rd9/3/2023
but this wasn't a issue till date. I have set this from template itself as default variable
Bbrody1929/3/2023
yes but it only renders when you first deploy, and they could have deployed this template when that variable wasn't rendering
Fflpcrazzy9/3/2023
ok I got it
What can I do to resolve the issue?
Bbrody1929/3/2023
generate your own 32 character key and use it
Fflpcrazzy9/3/2023
Where can I generate this key? and where do i put the key?
Bbrody1929/3/2023
lookup any key generator online, and you put it in your service variables
Fflpcrazzy9/3/2023
Ok, I'll try to do that and report back here
Fflpcrazzy9/4/2023
Fflpcrazzy9/4/2023
Fflpcrazzy9/4/2023
I solved that previous problem, but I'm still having problem with the preview url
Fflpcrazzy9/4/2023
Fflpcrazzy9/4/2023
Bbrody1929/4/2023
try setting NEXTAUTH_URL_INTERNAL to https://${{RAILWAY_PUBLIC_DOMAIN}} in the builders service variables
Fflpcrazzy9/4/2023
Fflpcrazzy9/4/2023
I added the variable and did the redeploy but the error still persists
Bbrody1929/4/2023
okay just replace the localhost with the domain from railway
Fflpcrazzy9/4/2023
Fflpcrazzy9/4/2023
Bbrody1929/4/2023
shouldn't you use the builders domain?
Fflpcrazzy9/4/2023
I'm using
Fflpcrazzy9/4/2023
I have a problem with the viewer url
I have no idea how to solve it, I've tried everything
Before it was working normally
Bbrody1929/4/2023
no I mean use the builders domain in the webhook url
Fflpcrazzy9/4/2023
here?
Bbrody1929/4/2023
what no not at all
instead of localhost:3001 use the builders domain
Fflpcrazzy9/4/2023
in viewer url?
Bbrody1929/4/2023
use the builders domain instead of localhost:3001
Fflpcrazzy9/5/2023
I tried but it didn't work

Looking for more? Join the community!

Recommended Posts
SpringBoot with MySQL on railway setupHey I am learning SpringBoot and was working locally with a MySQL db set up(locally as well), and I Laravel: failed to build projectHello, I am new to Railway. I am trying to deploy laravel project from my github repo, which is a rePricing questioni got 10 eur in credits because that lowest i could go and got hobby plan 5 eur a month, but after mGithub being in privateHello, I'm having this return with my github being in private. [Evolution API] v1.5.0 1 - Sat Sep 02Yt-DlHey i recently just got railway n found out yt-dl is banned for some reason i just wanted to host mySSH to Wordpress instanceI would like to ssh to my wp instance volume to make changes to the source code there. Is there way Add search to Postgres TableViewI have a problem, big table and I need change some rows but can't find it and update without sql reqDoes anyone know what the procfile command should be for Django Daphne?I'm trying to move from wsgi to asgi in Django and not sure what the procfile command should be. I'Does anyone know what the procfile should be for daphne?I'm trying to move from wsgi to asgi in Django and not sure what the procfile command should be. I'No data is being written to the fileHi all. When I start my telegram bot, I log messages. All messages are written to a text document. WBuild failed but not sure whyHi! I'm trying to understand why my build failed, and I can't discern any errors in the logs. Here'sOne service is unable to connect to Postgres container, while the other connects fineHi, I have two typescript services and a postgres service in a project. One of the typescript servicGo Deploy Gone WrongHey all, need a sanity check on a failing deploy. I am able to build and run my app locally just finNeed Help with Discord BotThe bot uses chatgpt and play.ht to generate text, and then read the text in a discord server. When Deploying without having to do npx playwright install-depsHello, I'm deploying a node.js application that is using playwright, and it needs some dependencies Nuxt 3 DeployHi, has anyone done nuxt 3 deploy yet? What do I have to set? Is there a specific setting in nuxt.co'The information you’re about to submit is not secure'I have a very simple fastAPI page that I just began hosting through github on railway. It has a textPayment shows unsuccessful even though it's notHello, I got an email today morning about last month usage (1 Aug - 1 Sep) payment shows unsuccessfDeployment issues in Spring Boot projectHello, I am a newcomer using the Hobby Plan. My project is built on the Spring Boot platform and runBackup DatabaseHi, is it possible to perform or schedule database backups on railway? If so, could you explain how