Hey, How can I access the /docs or /redoc end poin...
# support-questions-legacy
h
Hey, How can I access the /docs or /redoc end point while using fastapi as backend for supertokens??
n
Hi, Maybe @KShivendu can help here
He’ll be on a little later
Maybe @sattvikc can help in the meantime
r
Hey. Our APIs are added to your app dynamically via a middleware. So I don’t think that the static docs generated for fastapi will have them
h
Also I have made custom domains as mentioned in the documentation but while hitting the API, I am getting internal server error.
This is the snippet of code that I have written for custom domain but while hitting 127.0.0.1:3001/like-comment I am getting an error: "TypeError: Passing coroutines is forbidden, use tasks explicitly."
r
@KShivendu can help here.
k
Hi @himanshukukreja_, can you share your python version and a dump of
pip freeze > requirements.txt
?