R
Railwayβ€’2mo ago
insane_banda

Sequelized Error when trying to connect nodejs to Mysql via private networking

I am trying to use the private network to connect my nodejs BE app with the DB. But I am getting error. I will change all the passwords and JWT token secrete no worries πŸ™‚
No description
No description
No description
No description
Solution:
For anyone stuck, please refer this. Thanks Brody:salute:...
No description
Jump to solution
10 Replies
Percy
Percyβ€’2mo ago
Project ID: ed9d81eb-a192-462c-8cf6-bf7778244e57
insane_banda
insane_bandaβ€’2mo ago
ed9d81eb-a192-462c-8cf6-bf7778244e57
Brody
Brodyβ€’2mo ago
the private URL is not a host, it is a URL.
insane_banda
insane_bandaβ€’2mo ago
how to use the private url then?
Brody
Brodyβ€’2mo ago
you use it as a URL
insane_banda
insane_bandaβ€’2mo ago
I mean how to use the private connection in my case since I am using host
Brody
Brodyβ€’2mo ago
you would want to familiarize yourself with the syntax for using a URL with sequlize via their documentation
insane_banda
insane_bandaβ€’2mo ago
okay
Solution
insane_banda
insane_bandaβ€’2mo ago
For anyone stuck, please refer this. Thanks Brody:salute:
No description
Brody
Brodyβ€’2mo ago
perfect, thank you for coming back with a solution