I am new with this deployments and connections between servers and I deployed my app in netlify and my db in mongo atlas, from atlas I gave access to any ip (0.0.0.0.0/0) and I have no CORS problems, but still when I try to connect to the database I get a time out for connection, can someone tell me what I should check?
Taking into account that when I consume the db from localhost it returns me the data and inserts according to the operation, but when I deploy in netlify it does not connect anymore.
Hello @Juan_Saez welcome to the forums!
Would you mind checking the IP address? It should be 0.0.0.0/0
If it works ok from your localhost I suggest you check your Netlify config. Perhaps this article would help you.