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.
https://convex.dev/ai-town
MIT License
7.12k stars 651 forks source link

Backend won't start #224

Open cornpo opened 2 months ago

cornpo commented 2 months ago

(node:733484) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead

Then it waits on "waiting for schema changes." The frontend is loaded in another terminal and loads in front page in the browser. Interact button doesn't seem to do anything.

I'm on v21.6.2

I tried Pinokio of Manjaro. At step 4 it tries to unzip a package for Darwin but doesn't complete. https://github.com/get-convex/convex-backend/releases/download/precompiled-2024-04-26-560e5a3/convex-local-backend-aarch64-apple-darwin.zip

reedmayhew18 commented 2 months ago

I am having the same issue here:

Saved the given --url as VITE_CONVEX_URL to .env.local ⠸ Checking for index or schema changes...

I've been stuck with the last message for 5 minutes now, and the web page won't load. Running locally.

Witheringstorm commented 1 month ago

Did you run ./convex-local-backend first and then open another terminal to run npm run dev ? That works for me.