@haraldschilly 's PR https://github.com/sagemathinc/cocalc/pull/8437 surprisingly broke default license purchase in the store thus -- when you click "Add to cart" it fails: <img width="1088" height="687" alt="Image" src="https://github.com/user-attachments/assets/1c93bd3d-c392-49ab-b4fa-0d022452a366" /> I **cannot** reproduce this in my dev environment, where there's no error. it's definitely javascript in the frontend, since it happens with network disabled. Reading the code suggested one thing that might fix it: https://github.com/sagemathinc/cocalc/commit/c7f7d3176c583eb2487187d551e82c7028f5606b but that change did NOT fix it.