Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requests may fail [502 Bad Gateway] #282

Open
TomokiMiyauci opened this issue Feb 23, 2022 · 0 comments
Open

Requests may fail [502 Bad Gateway] #282

TomokiMiyauci opened this issue Feb 23, 2022 · 0 comments

Comments

@TomokiMiyauci
Copy link

If the number of concurrent requests becomes too high, errors may be returned.

For example, if aleph.js is built without a cache, requests will often fail.

deno run -A https://deno.land/x/aleph/cli.ts <project>
cd <project>
deno run -A https://deno.land/x/aleph/cli.ts build

output:

...
Download https://deno.land/std@0.122.0/path/_constants.ts
Download https://deno.land/std@0.122.0/path/_util.ts
Download https://deno.land/std@0.122.0/fs/_util.ts
error: Uncaught (in promise) TypeError: Import 'https://deno.land/std@0.122.0/path/_util.ts' failed: 502 Bad Gateway
    at https://deno.land/std@0.122.0/path/win32.ts:20:8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant