Troubleshooting

Globe is blank or frozen

/api/languages.json returns 404

/v1/… returns 404

The files under public/ are static. The /v1 helpers come from the Node server in this repo. If you only deployed static files, that route will not exist until you run the server or proxy /v1 to it.

Preview vs dev

npm run preview serves the built static site. If you need API routes locally, run npm run dev:api separately. See README “Front end + API together”.

Still stuck?

Email [email protected] with your browser, URL, and what you expected vs saw.

← Quickstart