a16z-infra / ai-town

A MIT-licensed, deployable starter kit for building and customizing your own version of AI town - a virtual town where AI characters live, chat and socialize.

Home Page:https://convex.dev/ai-town

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to authenticate: "NoAuthProvider: No auth provider found matching the given token", check your server auth config

homeworkcnm opened this issue · comments

I dont know how to fix it please help

FYI: I got this as well in the web console, but it didn't seem to actually cause an error in the functionality (it was that I messed the pinecone config up).

I also encountered the same problem, unable to generate conversation, did you guys solve it?

image

FYI: I got this as well in the web console, but it didn't seem to actually cause an error in the functionality (it was that I messed the pinecone config up).

@homeworkcnm @frankcarey There is no dialogue, I see that there is no problem with my pinecone config, I don’t know how to troubleshoot and solve it

FYI: I got this as well in the web console, but it didn't seem to actually cause an error in the functionality (it was that I messed the pinecone config up).

@homeworkcnm @frankcarey There is no dialogue, I see that there is no problem with my pinecone config, I don’t know how to troubleshoot and solve it

It was a problem with the OpenAI I set up, and it was solved.

The README is confusing, the CLERK_ISSUER_URL must refer to the domain in the URL from the JWKS endpoint, not the JWKS endpoint itself.

bad CLERK_ISSUER_URL is : https://your-issuer-urlclerk.accounts.dev/.well-known/jwks.json
good CLERK_ISSUER_URL is : https://your-issuer-url.clerk.accounts.dev/