yaviscoke
yaviscoke
Explore posts from servers
RRailway
Created by yaviscoke on 10/19/2023 in #✋|help
chmod -x command in railway
is it possible to run chmod +x /app/node_modules/... this command on railway? I was having permission error locally and fixed it with chmod but now on railway getting same error
14 replies
RRailway
Created by yaviscoke on 10/18/2023 in #✋|help
ffmpeg | ffprobe EACCES error on nodejs production server
No description
16 replies
RRailway
Created by yaviscoke on 7/23/2023 in #✋|help
Regions
on railway is it possible to change regions?
14 replies
RRailway
Created by yaviscoke on 7/22/2023 in #✋|help
Rust server fails on railway
I'm trying to host my rust server on railway I use this guy's template https://railway.app/template/4lz789, when project build main panics and throws error about OPENSSL here is full error
#13 1.381 --- stderr
#13 1.381 thread 'main' panicked at '
#13 1.381
#13 1.381 Could not find directory of OpenSSL installation, and this `-sys` crate cannot
#13 1.381 proceed without this knowledge. If OpenSSL is installed and this crate had
#13 1.381 trouble finding it, you can set the `OPENSSL_DIR` environment variable for the
#13 1.381 compilation process.
#13 1.381
#13 1.381 Make sure you also have the development packages of openssl installed.
#13 1.381 For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.
#13 1.381
#13 1.381 If you're in a situation where you think the directory *should* be found
#13 1.381 automatically, please open a bug at https://github.com/sfackler/rust-openssl
#13 1.381 and include information about your system as well as this message.
#13 1.381
#13 1.381 $HOST = x86_64-unknown-linux-gnu
#13 1.381 $TARGET = x86_64-unknown-linux-musl
#13 1.381 openssl-sys = 0.9.90
#13 1.381 --- stderr
#13 1.381 thread 'main' panicked at '
#13 1.381
#13 1.381 Could not find directory of OpenSSL installation, and this `-sys` crate cannot
#13 1.381 proceed without this knowledge. If OpenSSL is installed and this crate had
#13 1.381 trouble finding it, you can set the `OPENSSL_DIR` environment variable for the
#13 1.381 compilation process.
#13 1.381
#13 1.381 Make sure you also have the development packages of openssl installed.
#13 1.381 For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.
#13 1.381
#13 1.381 If you're in a situation where you think the directory *should* be found
#13 1.381 automatically, please open a bug at https://github.com/sfackler/rust-openssl
#13 1.381 and include information about your system as well as this message.
#13 1.381
#13 1.381 $HOST = x86_64-unknown-linux-gnu
#13 1.381 $TARGET = x86_64-unknown-linux-musl
#13 1.381 openssl-sys = 0.9.90
how can I fix that issue?
37 replies
RRailway
Created by yaviscoke on 2/28/2023 in #✋|help
Nodejs server takes up too long to host
43 replies