-
Notifications
You must be signed in to change notification settings - Fork 119
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
node:4-node18 fail to run with fake error #850
Comments
I encountered a very similar error message today. App service logs:
|
It's weird because I'm sure it was working just fine few weeks ago, very annoyng problem, spent a lot of time to workaround this but I want native Fetch API so, don't like node downgrading solution 👎 |
Hey are you using alpine based images? Would you mind sharing how did you manage that? I thought Microsoft stopped releasing alpine-based images from version 3 :/ |
The npm fix has been merged, but they haven't released yet. If you use node:18-alpine that could be a temporary workaround for you:
That will solve your issue. |
I get the same problem on node:4-node18-appservice (however node:4-node16-appservice works). I dont think its a fake error but rather related to a bug/breaking change in npm. Its already fixed but the version in the MS node18 images are probably not up to speed yet. |
Thank you for filing this issue. I am forwarding this thread to the Azure Functions node team to make sure that they are aware of it. Hopefully we can provide a timeline for resolving this. |
Hi, I'm on the Azure Functions node team. It sounds like this was fixed in npm v9.5.1, but I'm not seeing a release of Node 18 using that npm version by default yet: https://nodejs.org/en/download/releases. Looks like the latest Node 18 release is from March 5th using npm v9.5.0. As soon as a that is out, the Azure Functions images should pick it up usually within a couple weeks |
From about January 30 image
mcr.microsoft.com/azure-functions/node:4-node18
starts failing to run after extraction with fake error about access denied, the same error for any docker registry - azure or dockerhub doesn't matter.If I change nothing but
node:4-node18
tonode:4-node16
everything starts working again.The text was updated successfully, but these errors were encountered: