Hello I am tryng to deploy my django app backend on render but I am receiving bad request (400) on my admin panel.
Allowed host and another environment variables looks okay for example in Allowed host I put:
[‘frontend_name.vercel.app’, ‘backend_name.onrender.com’]
¿what is the problem? I didnt have problems to upload my backend to another web services so the problem is not on my code.
Thank you