I think I’ve hooked up my MongoDB properly to my Render instance. I’ve inserted my .env details to the secret files section and environment details filled in. When I redeploy, the logs show my console.log of ‘MongoDB Connected’ and PORT. Am I correct in assuming that my backend had deployed successfully onto Render and connected properly to my MongoDB Instance?
Another thing I’ve noticed is that when I click the link on my project’s dashboard that’s supposed to be my live backend service, I get a 502 status code.
Also, how do I connect this backend to my Netlify frontend instance? I can’t seem to find any documentation on this matter.
Any help would be greatly appreciated.