[Vuejs]-Getting error when i deploy vue app to heroku

1👍

I had the same problem, worked on local, 503 error on heroku, and I fixed it by going to my db cloud service(mongodb atlas), and changed the white list setting on my cluster from “home” to “anywhere”.

https://www.youtube.com/watch?v=leNNivaQbDY&t=31s

Leave a comment