what is polkadot in the nixpack when deploying this?
hskang9
PROOP

2 years ago

why is polkadot creating an error?

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

12 Replies

brody
EMPLOYEE

2 years ago

That language/attitude will not be tolerated, please be respectful.

Provide your build logs -

https://bookmarklets.up.railway.app/log-downloader/


hskang9
PROOP

2 years ago

here you go

Attachments


brody
EMPLOYEE

2 years ago

Does your app require python?


hskang9
PROOP

2 years ago

I think so, better-sqlite3 requires it, but then after I added it, it crashes again that it needs to install libstdc++ required by node.


hskang9
PROOP

2 years ago

This did not happen before. I do not know why it happened.


brody
EMPLOYEE

2 years ago

Try adding a runtime.txt file to your repo with just 3.11 in it.


hskang9
PROOP

2 years ago

it did not work. please check
repo link: https://github.com/standardweb3/standard2.0-ponder

Attachments


hskang9
PROOP

2 years ago

node.js just breaks in this hosting platform.


brody
EMPLOYEE

2 years ago

I have let the team know about this.


hskang9
PROOP

2 years ago

why is railway just breaking when it did not? This is just worst when I am trying to launch an app.


brody
EMPLOYEE

2 years ago

Again, please be respectful.

You can always go back to the previous nixpacks version with this railway.json file -

{
   "$schema":"https://railway.app/railway.schema.json",
   "build":{
      "nixpacksVersion":"1.21.2",
      "builder":"NIXPACKS"
   }
}

jr
EMPLOYEE

2 years ago

The problem is with the older version of Python that is used by default. We are soon updating to 3.11 which will resolve this issue out of the box.


Loading...