hello everyone, anyone have experience in deployin...
# orm-help
l
hello everyone, anyone have experience in deploying on heroku?
j
I think many people here have some experience yes, what’s your problem?
l
I’m trying to deploy my first project on heroku. Locally I’ve successfully connected my project to mongodb atlas and generated schemas on remote DB. then, I’ve deployed the app to heroku via Git. now, I’m not getting if my endpoint url must still remain localhost:4466 or I have to change to the remote heroku one. If I try the latter, I receive a 404 error warning me that it cannot POST on /management
for instance, currently my remote url is something like https://dinai-backend.herokuapp.com I’ve tried with and without PORT, and the error persist
I get it during
Copy code
prisma deploy
with the remote endpoint
I’m starting to think that’s could be an auth problem
j
Are you using Prisma 1? Then #prisma1 might be a place to ask.
👍 2
l
many thanks
👍 1