LOOP- Warning: Hard coded connection URL detected", HELP!
willbumster
HOBBYOP

2 years ago

I migrated my DB successfully for an automated Insulin project called LOOP but got an error "Warning: Hard coded connection URL detected". The no longer works and I don't know what to do. Can anyone help?

Solved

8 Replies

brody
EMPLOYEE

2 years ago

you would be able to get much more thorough help for this on our discord server

go ahead and join and then open a thread in #db-migration-help


ray-chen
EMPLOYEE

2 years ago

Look for any services with a connection URL to your database, and update it to the newly migrated one.


willbumster
HOBBYOP

2 years ago

I am pretty new…how do I do that? Also, I did delete the old DB.


willbumster
HOBBYOP

2 years ago

I don't understand how to connect the MongoDB that's been migrated to the Railway.app. It must be pointing to the old pre-migrated DB that was deactivated. HELP!!


brody
EMPLOYEE

2 years ago

update the database connection details to the new database's connection details on whatever is trying to connect to the old database.


willbumster
HOBBYOP

2 years ago

are those details in the database or the Railway software?


brody
EMPLOYEE

2 years ago

you will find the database connection details in the variables tab of the database service, use them in whatever is trying to connect to the old database.


Status changed to Solved Railway almost 2 years ago


willbumster
HOBBYOP

2 years ago

I think you solved it! I needed to take the new DB path and assign it to the new railway software.
Many thanks!


Loading...