my project stop working Offline by itself
sharnou
FREEOP

3 months ago

my project Named FOX at sunny-youth Stop working and went Offline by itself from yesterday 24 hours offline and not responding

Solved$10 Bounty

31 Replies

Railway
BOT

3 months ago

Your workspace subscription state is currently inactive, which is why your FOX service went offline. You'll need to add a valid payment method and reactivate your subscription from your workspace billing settings to bring your services back online.


Status changed to Awaiting User Response Railway 3 months ago


sharnou
FREEOP

3 months ago

i still have 13 Days at my limit let me in, also i need free months because this mistake i have another project's still online


Status changed to Awaiting Railway Response Railway 3 months ago


Status changed to Open Railway 3 months ago


The free trial only lasts for 30 days or when you used up all $5.00 of your credit.

https://docs.railway.com/pricing/free-trial


sharnou

i still have 13 Days at my limit let me in, also i need free months because this mistake i have another project's still online

nextlvlhash
HOBBY

3 months ago

Sadly to use it you need to have a payment method on file.


sharnou
FREEOP

3 months ago

this not fair guys, you want me leave without any reasons

Attachments


sharnou

this not fair guys, you want me leave without any reasons

almastechnology22
FREE

3 months ago

Send me your project and I will return it to you in full.


almastechnology22

Send me your project and I will return it to you in full.

sharnou
FREEOP

3 months ago

can't sorry i have my api keys and i'm not that person who share his keys with anyone


sharnou

this not fair guys, you want me leave without any reasons

sharnou
FREEOP

3 months ago

can't sorry i have my api keys and i'm not that person who share his keys with anyone


sharnou

this not fair guys, you want me leave without any reasons

Can you share your build logs?


0x5b62656e5d

Can you share your build logs?

sharnou
FREEOP

3 months ago

[Region: asia-southeast1]

INFO No package manager inferred, using npm default

╭─────────────────╮

│ Railpack 0.23.0 │

╰─────────────────╯

↳ Detected Node

↳ Using npm package manager

Packages

──────────

node │ 22.22.2 │ package.json > engines > node (>=22.0.0)

Steps

──────────

▸ install

$ npm install

▸ build

$ npm run build

Deploy

──────────

$ node backend/server/index.js

Successfully prepared Railpack plan for build


Is that the entire build log? No errors?


sharnou
FREEOP

3 months ago

please i need developers solve my problem i can't wait more time


domehane
FREE

3 months ago

Hello sharnou,

your build is failing because the couchbase sdk is missing from your package.json. the railway agent opened a pr , just merge it here: github.com/Sharnou/FOX/pull/9 then redeploy fox on railway and it should come back online

Hope this help you :)


sharnou
FREEOP

3 months ago

but how i merge github?


domehane

Hello **sharnou,** your build is failing because the couchbase sdk is missing from your package.json. the railway agent opened a pr , just merge it here: [github.com/Sharnou/FOX/pull/9](http://github.com/Sharnou/FOX/pull/9) then redeploy fox on railway and it should come back online Hope this help you :)

sharnou
FREEOP

3 months ago

i have couchbase user and pass but i don't know what i write at .env couchbase_URL=WHAT....


domehane
FREE

3 months ago

i think for merging you should go to github.com/Sharnou/FOX/pull/9 and click the green merge pull request button then confirm

and for the couchbase url, since the pr mentions couchbase capella, the url format is usually couchbases://cb.xxxxxxxxx.cloud.couchbase.com you can find ur exact url in ur capella dashboard under "connect"


domehane
FREE

3 months ago

lmk if it works


sharnou
FREEOP

3 months ago

now i stuck on this step couchbases exist URL formate if anyone knows and my log in now working check fox-kohl-eight.vercel.app you will failed to login


asimbert
HOBBY

3 months ago

scheduling build on Metal builder "builder-jiprdm"... I can't see the logs to fix my issues


asimbert

scheduling build on Metal builder "builder-jiprdm"... I can't see the logs to fix my issues

You should open your own thread but try disabling Metal for starters.


sharnou
FREEOP

3 months ago

guys i want to know how i make my project XTOX online and available to everyone, what is missing in my first project can i speak to payment manger?


sharnou

guys i want to know how i make my project XTOX online and available to everyone, what is missing in my first project can i speak to payment manger?

Is there some kind of issue you're facing during build/deployment?


0x5b62656e5d

Is there some kind of issue you're facing during build/deployment?

sharnou
FREEOP

3 months ago

yes many i still can't publish any ad at my application fox-kohl-eight.vercel.app i get error language override


Can you provide build logs or deployment logs?


sharnou
FREEOP

3 months ago

my railway and mongodb going offline many times {"message":"[ADS POST] Ad.create FAILED: MongoServerError - found language override field in document with non-string type","severity":"error","attributes":{"level":"error"},"timestamp":"2026-04-13T22:53:39.297443775Z"}

{"message":"[ADS POST] Stack: MongoServerError: found language override field in document with non-string type |     at InsertOneOperation.handleOk (/app/node_modules/mongoose/node_modules/mongodb/lib/operations/insert.js:51:19) |     at tryOperation (/app/node_modules/mongoose/node_modules/mongodb/lib/operations/execute_operation.js:217:34) |     at process.processTicksAndRejections (node:internal/process/task_queues:104:5) |     at async executeOperation (/app/node_modules/mongoose/node_modules/mongodb/lib/operations/execute_operation.js:80:16)","severity":"error","attributes":{"level":"error"},"timestamp":"2026-04-13T22:53:39.297449001Z"}

I’d go through the codebase and make sure you’re not trying to add anything other than a string in the Ad model. (Logs show you’re trying to set a non-string entity to a language/language override field)


0x5b62656e5d

I’d go through the codebase and make sure you’re not trying to add anything other than a string in the Ad model. (Logs show you’re trying to set a non-string entity to a language/language override field)

sharnou
FREEOP

3 months ago

just want to publish an ad in Arabic language with auto learning local language around world like different accent between English US, UK the same between Arabic gulf area and Egyptians but not responding.


As I mentioned above, you're trying to insert an object into a field where it expects a string.

found language override field in document with non-string type

You'd need to find where in the code you're trying to do this. The field name could be language or language_override or something else if you customized it.


sharnou
FREEOP

3 months ago

my free trial will end today so how much i pay per month and can i send money by Vodafone cash?


You can go to https://railway.com/workspace/plans to downgrade to the Free plan.

You can also choose to upgrade to Hobby or Pro from there.

Unfortunately you will need a debit or credit card to upgrade to a paid plan. Railway does not accept prepaid cards.


0x5b62656e5d

You can go to <https://railway.com/workspace/plans> to downgrade to the Free plan. You can also choose to upgrade to Hobby or Pro from there. Unfortunately you will need a debit or credit card to upgrade to a paid plan. Railway does not accept prepaid cards.

sharnou
FREEOP

3 months ago

i want 1 month for 2 dollars if you agree note me anytime


Status changed to Solved medim 3 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...