selectedpixel
Connect to Pod via CloudFlare
Hello,
I'm attempting to map my Pod's connection URL in my CloudFlare DNS settings but I keep getting this error.
CNAME Cross-User Banned | Cloudflare
I have attempted this without a proxied connection as well as with a proxied connection, but I get the same error.
I want to be able to manage this URL so that I can just replace the existing proxied connection.
3 replies
Error loading ASGI app. Could not import module "main".
I'm trying to run a Fast API app on a Pod. I've followed this tutorial
https://www.runpod.io/articles/guides/deploy-fastapi-applications-gpu-cloud
My Docker Image runs locally fine.
The container gets created fine on RunPod. However I gett an error message in the Container Logs.
If I attempt to override the start CMD then I just get error messages saying a file can't be found, even if I enter the exact same CMD that is in the docker file.
This is my Docker FIle
9 replies