⚠
Browser security is blocking API requests. This page is being opened directly from the filesystem (file://), which causes browsers to block all cross-origin requests. Serve the file over HTTP instead — the quickest way is to run npx serve . or python3 -m http.server in the same folder, then open the local URL it prints.