Forums

Django REST Framework with Swagger not working

Hi all,

I have hosted DRF app with swagger running on /swagger endpoint. its not loading. I just "Page Not Found" in web app. and there is much to learn from the error.log or server.log

I have configured the static url in the Web App page options. /static/ <path to dir>.

Please help

A "Page not found" error just suggests to me that you have either not configured DRF to serve the swagger URL or that you have configured it to serve it on a different URL than the endpoint.