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
Solution:
Ok, I fixed It. I just had to change the exposed Port from http to tcp and access it via the open IP plus the port
Jump to solution
2 Replies
Markus Polo
Markus Polo4w ago
btw. im trying to send images to the pod via flask
Solution
Markus Polo
Markus Polo4w ago
Ok, I fixed It. I just had to change the exposed Port from http to tcp and access it via the open IP plus the port