vanthanh242424Occasional Visitor4 years ago[FastAPI - Swagger UI] Blank Page Hi, I am a newbie. I follow instructions of FastAPI and when I input 127.0.0.1:8000/docs on the webrowser, I get INFO: 200 OK but on browser, there is nothing. Only blank page. Do you know how...Show More
lildawnNew Contributor4 years agoI'm also experiencing the same issue. Upon inspecting the page I get this:
lildawnNew Contributor to lildawn4 years agoa solution I've been shared is to use /redoc instead of /docs docs could perhaps be an outdated function now...?