Markus Polo
SD ComfyUI unable to POST due to 403: Forbidden
As i used ComfyUI locally, there was no problem, but when im using my Pod as Backend im trying to POST through flask on https://|[id]-3000.proxy.runpod.net im always recieving "ERROR in app: Error during placeholder: HTTP Error 403: Forbidden"
Is that even possible? Is there another way of doing that?
In my flask app.py im trying to do this:
ws = websocket.create_connection(f"wss://{server_address}/ws?clientId={client_id}")
server adress would be [id]-3000.proxy.runpod.net
4 replies