Skip to content

Ivy.xml removed from nodejs.org/dist/v16.14.0/ folder #5357

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

Closed
clanceyp opened this issue May 4, 2023 · 4 comments
Closed

Ivy.xml removed from nodejs.org/dist/v16.14.0/ folder #5357

clanceyp opened this issue May 4, 2023 · 4 comments

Comments

@clanceyp
Copy link

clanceyp commented May 4, 2023

URL:

https://nodejs.org/dist/v16.14.0/ivy.xml

Browser Name:

Chrome

Browser Version:

112.0.5615.137

Operating System:

Mac 13.3

How to reproduce the issue:

I'm getting a 404 when requesting https://nodejs.org/dist/v16.14.0/ivy.xml has this been removed recently?

image

@clanceyp clanceyp added the bug label May 4, 2023
@ovflowd
Copy link
Member

ovflowd commented May 4, 2023

This is not a bug on our side. This file never existed.

Please read: srs/gradle-node-plugin#292

For context: We changed how we handle requests to not existing files coming from "bots/crawlers" so now you're getting a 403.

@ovflowd ovflowd closed this as not planned Won't fix, can't repro, duplicate, stale May 4, 2023
@ovflowd ovflowd removed the bug label May 4, 2023
@clanceyp
Copy link
Author

clanceyp commented May 4, 2023

Ok thanks

@clanceyp
Copy link
Author

clanceyp commented May 4, 2023

In case anyone stumbles on this ticket and is using moowork plugin.
This helped me, add a 'distBaseUrl' prop like this...

'com.moowork.node', {
        node {
            distBaseUrl = 'https://direct.nodejs.org/dist/'
            ...
        }
    }

ref from #5149 (comment)

@richardlau
Copy link
Member

In case anyone stumbles on this ticket and is using moowork plugin. This helped me, add a 'distBaseUrl' prop like this...

'com.moowork.node', {
        node {
            distBaseUrl = 'https://direct.nodejs.org/dist/'
            ...
        }
    }

ref from #5149 (comment)

Please do not use direct.nodejs.org. It bypasses our CloudFlare CDN and puts additional strain on our server. Use https://nodejs.org/dist/.

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

3 participants