-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
AMP OPTIMIZER Failed downloading latest AMP runtime data. Proxies need to be configured manually #20404
Comments
i am having that issue too.did you find any solution yet |
I couldn't find a solution for it but the project created is compiling without any problems. This is probably more of a warning rather than an error. However, still waiting for some one to reply |
Can you try using next@canary? |
How do I specify that with |
What is that amp optimizer for, any way ? |
We should inline the AMP runtime so it's not downloaded. That'd prevent this issue! |
@Timer So, until you do that, what do I do to create a new project. Is that amp optimizer important ? |
This adds ncc'ing the AMP optimizer package to speed up install times and cache the runtime. Closes: #20404
Hi, this has been updated in the latest canary of Next.js |
@ijjk How do I specify the version with |
@ahmedosama5200 you can specify the version after install with |
@ijjk I am not receiving any errors now. I think it works |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
Describe the bug
When create a next js app using
npx create-next-app
on windows 10, I receive this error in terminalAMP OPTIMIZER Failed downloading latest AMP runtime data. Proxies need to be configured manually, see https://github.com/ampproject/amp-toolbox/tree/main/packages/optimizer#fetch.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
npx create-next-app
Expected behavior
I expect not to see any errors :)
Screenshots
System information
The text was updated successfully, but these errors were encountered: