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 π
10 Replies
Project ID:
ed9d81eb-a192-462c-8cf6-bf7778244e57
ed9d81eb-a192-462c-8cf6-bf7778244e57
the private URL is not a host, it is a URL.
how to use the private url then?
you use it as a URL
I mean how to use the private connection in my case since I am using host
you would want to familiarize yourself with the syntax for using a URL with sequlize via their documentation
okay
Solution
For anyone stuck, please refer this.
Thanks Brody:salute:
perfect, thank you for coming back with a solution