Local Studio Agent Test

i tried adding my local agent to the studio.attomaker but as soon as I type in the prompt and hit enter I get back
TypeError: Failed to fetch
immediately. when I check the terminal there was no errors

then I checked my browser
page-0862d082844ee8cf.js:1
POST http://localhost:8001/api/coincashew-agent net::ERR_BLOCKED_BY_CLIENT

1 Like

It seems like you are getting blocked by CORS here. Make sure your FastAPI endpoint has CORS enabled! See my example here:

That’s what i have. I made use of your template, i am suspecting my browser

1 Like

Yes it could be an ad blocker or something similar! Especially if you are using Brave.