Henry Liu
Henry Liu
I'm experiencing the same issue. For some reason it doesn't work when there is a `-` or `_` in the URL. I'm using the Cloud environment as well: Config: ```HASURA_GRAPHQL_CORS_DOMAIN=https://*.foobar.pages.dev,https://*.foo-bar.pages.dev```...
The `createClassFromSpec` API seems to be a little different from the documentation. Try this instead: ```const BarChart = createClassFromSpec({ mode: 'vega', spec: spec });```
I'm running into the same issue. However, manually uploading the `.vercel/output/static` folder into the Cloudflare dashboard seems to work. In particular, that upload has a `_worker.js` folder that's missing from...