comoyomalove
CCConvex Community
•Created by comoyomalove on 2/27/2024 in #support-community
ai town
Here is my next question: where/how can I tailor my ai citizens bios/memories etc. How can I interact with them? Is this even the right place to ask? PS: I can see their convo memories in Convex.
11 replies
CCConvex Community
•Created by comoyomalove on 2/27/2024 in #support-community
ai town
Dear all I am happy to inform with a help of a develeoper friend I was able to fix it my problem and now I am the proud goddess of my own ai-town. Here is the problem I had: .env.local file was none existent for me and I made one with all the steps followed as instructed however it still did not work.. Once I made a new project on Convex, I automatically had a .env.local file but it didnt again work. I had to put CLERK_ISSUER_URL then it started working.
11 replies
CCConvex Community
•Created by comoyomalove on 2/27/2024 in #support-community
ai town
I tried it before and again here is what I see: ai-town % npx convex dev --configure
? What would you like to configure? an existing project
? Configure project Naz's Town (naz-s-town)? Yes
✔ Provisioned dev deployment and saved its name as CONVEX_DEPLOYMENT to .env.local
Write your Convex functions in convex/
Give us feedback at https://convex.dev/community or support@convex.dev
✖ Schema validation failed
Document with ID "j570ccv9jtqzg0zxfr5zdcv4wn6m9jmn" in table "messages" does not match the schema: Object is missing the required field
conversationId
. Consider wrapping the field validator in v.optional(...)
if this is expected.
Object: {author: "Arya", body: "Oh cool, I need to learn more about that!"}
Validator: v.object({author: v.string(), conversationId: v.string(), messageUuid: v.string(), text: v.string(), worldId: v.optional(v.id("worlds"))})11 replies
CCConvex Community
•Created by comoyomalove on 2/27/2024 in #support-community
ai town
Thank you both very much. Unf I cant get it fix. I keep getting the same error: ai-town@0.0.0 predev
convex dev --run init --until-success✖ You don't have access to the project with deployment cool-bullfrog-130|XYZ, as configured in CONVEX_DEPLOYMENT
11 replies
CCConvex Community
•Created by comoyomalove on 2/27/2024 in #support-community
ai town
thanks a ton for coming for my bat signal. :)Yupp I did. At first it connected my account to my local device but then when I tried putting my keys into my Clerk account and tried again it got somehow disconnected I think. I believe the problem is somewhere between my Convex and Clerk account but its just a guess. I can share the terminal messages here after trying again if that would help.
11 replies