kvdex: Unable to deploy to Deno Deploy
When trying to deploy to Deno Deploy using a manual deployment with deployctl or using the github action, I get this error message: “The deployment failed: error sending request for url (https://registry-staging.deno.com/@std/collections/meta.json): error trying to connect: dns error: failed to lookup address information: Name or service not known”. I am using the latest version:
import {
kvdex,
model,
collection,
} from 'https://deno.land/x/kvdex@0.33.1/mod.ts';
using Deno 1.40.4
About this issue
- Original URL
- State: closed
- Created 5 months ago
- Comments: 15 (8 by maintainers)
the latest version (0.43.3) does work now, thanks!