streamerd
Explore posts from serversmethod not allowed (python/fastapi)
Hello,
I've just tested python app locally and it was working alright.
Now deployed it successfully and the port was detected from dockerfile, all good.
But then checking the deploy logs, I see a redirect on my post then hitting to get and throwing a method not allowed err and idk why:
Project:
56a9f5e1-f542-4450-9860-623ac58b1b47
endpoint:
https://face-detection-production-76b4.up.railway.app/detect_faces
to reproduce, send a post request to above endpoint with a multipart/form-data, body being a form data with key
file
and type file, then selected an image file from your computer.
here's the code:
https://github.com/stateful-art/face-detection19 replies
Cors problem in deployment (react + go)
Helo people, I'm aware there's been bunch of similar issue presented and resolved, yet I did all I could and still no luck.
project ID:
443e27d8-9cdf-478d-a4ec-c846823facf8
I'm getting
I got below config in go:
and making request like below from the react:
(to https url)
23 replies