Troubleshooting
Catalogue visualisation is blank or frozen
- Try a hard refresh; disable aggressive content blockers for this origin.
- Update the browser; WebGL must be enabled.
- Use Browse all on the catalogue toolbar to pick a language without the canvas.
/api/languages.json returns 404
- Confirm the file exists under
public/api/in the deployment. - On some hosts, rewrites matter—open the exact URL linked from For AI tools.
/v1/… returns 404
The files under public/ are static. Supported /v1 routes come from the Node server
in this repo: GET /v1/transfer and GET /v1/languages/:lang. Stub verification routes
(POST /v1/verify*) and GET /v1/kits are not available. If you only deployed static files,
/v1 will not exist until you run the server or proxy 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.