denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Module URL error: 502: Bad Gateway (DEPLOYMENT_FAILED) #2033

Closed srackham closed 2 years ago

srackham commented 2 years ago

Opening the root URLs of my published modules https://deno.land/x/drake/ https://deno.land/x/rimu/ in multiple browsers generates the following browser error across all (previously working) versions:

502: Bad Gateway (DEPLOYMENT_FAILED)
The deployment failed while serving the request.

The individual module files open without error, for example: https://deno.land/x/drake/mod.ts https://deno.land/x/drake@v1.5.1/mod.ts

The modules can also be successfully downloaded using import statements, for example:

    import * as rimu from "https://deno.land/x/rimu@11.2.0/mod.ts";
crowlKats commented 2 years ago

Duplicate of #2031