stable-diffusion-react-nextjs-mui-pwa icon indicating copy to clipboard operation
stable-diffusion-react-nextjs-mui-pwa copied to clipboard

FAILED: Error: {"$error":{"status":403,"body":"Forbidden, no userId"}}

Open coreaidev opened this issue 7 months ago • 2 comments

I have a docker-diffusers-api running on runpod, and have verified that it works with test.py. I have the server running via yarn dev, and visited via localhost:3000

However, when running the frontend and attempting to perform an operation (like inpainting) using the runpod provider ("3"), I get an error: FAILED: Error: {"$error":{"status":403,"body":"Forbidden, no userId"}}

Image

coreaidev avatar May 10 '25 03:05 coreaidev