how i can fix this error MongoParseError: Invalid scheme, expected connection string to start with

KLBkanhaiya lal bohra3/13/2023
how i can fix this error
MongoParseError: Invalid scheme, expected connection string to start with "mongodb://" or "mongodb+srv://"

how i can get mango url like this from railway ?
KLBkanhaiya lal bohra3/13/2023
N/A
Bbrody3/13/2023
MONGO_URL should be the variable you want
https://docs.railway.app/databases/mongodb

if your package expects a different syntax, then you could create a meta URL variable with a specific syntax using templated variables
https://docs.railway.app/develop/variables#templated-variables