denoland / denoland/deploy_feedback
Deployment is stuck on 100%, when using package: klaviyo-api
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I am facing an issue with deploying the project via `deno run --env -A https://deno.land/x/deploy@1.10.0/deployctl.ts deploy`. After adding `klaviyo-api` package, the deployment just stuck in `Deploying (100%)` forever with no error logs...
How to reproduce:
add `import { ProfilesApi } from 'npm:klaviyo-api'` to your file
I've also tried to change it to: `https://esm.sh/klaviyo-api@16.0.0` in this case deployment works, however there is an issue (maybe due to the version is old), because I am getting:
```
TypeError: vde is not a function
at Pe. (https://esm.sh/klaviyo-api@16.0.0/denonext/klaviyo-api.mjs:4:1273425)
at Generator.next ()
at https://esm.sh/klaviyo-api@16.0.0/denonext/klaviyo-api.mjs:4:1271881
at new Promise ()
at tr (https://esm.sh/klaviyo-api@16.0.0/denonext/klaviyo-api.mjs:4:1271678)
at Pe.requestWithRetry (https://esm.sh/klaviyo-api@16.0.0/denonext/klaviyo-api.mjs:4:1273315)
at Uu.requestWithRetry (https://esm.sh/klaviyo-api@16.0.0/denonext/klaviyo-api.mjs:4:1274775)
at ye. (https://esm.sh/klaviyo-api@16.0.0/denonext/klaviyo-api.mjs:4:1056681)
at Generator.next ()
at https://esm.sh/klaviyo-api@16.0.0/denonext/klaviyo-api.mjs:4:1055567
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.