When I deployed Django in gunicorn and nginx, the admin login cannot login. But in development mode, it worked fine. Any advice?
When I input the correct admin login, the page just refreshed and came back to the same page. how should i troubleshoot?
i have also done collectstatic and update my nginx configuration to the same static directory.
Anyone can advise how to troubleshoot or debug?