Closed srackham closed 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";
Duplicate of #2031
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:
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: