Closed MexicanAce closed 3 months ago
We recently added support for Cors Proxy, which may fix this issue https://blog.stackblitz.com/posts/cors-proxy/. Though because it's coming from NPM, I'm not 100% sure
@samdenty Good to know, I'm trying to use the new flag but I keep getting prompted with the following modal (I've upgraded my account today, so maybe it takes a while to reflect within the IDE?)
Cc @d3lm @Nemikolh
It's been over a week after I've upgraded my account, and I still get this popup. So doesn't look like an issue related to timing.
It's been over a week after I've upgraded my account, and I still get this popup. So doesn't look like an issue related to timing.
hi! We've looked into the issue and in the process of fixing it uncovered some other issues related to it. Once they are resolved we can deploy the fix.
It should be resolved soon!
Hi @kirjavascript 👋 , any update on a fix?
Hi @MexicanAce we have a fix merged but it's not deployed yet, i'll see to it that it's deployed now
sorry for the delay, but the fix should be deployed now!
Description of Bug
The zksync-docs repo uses Nuxt Layers, and more specifically references other public GitHub repos (see nuxt.config.ts file here). When opening the repo in Codeflow, the terminal will fail to run
npm install
and output the following error:After further investigation, it looks like this is due to a CORS error:
Steps to Reproduce
npm install
to automatically start and see the fetch failuresExpected Behavior
npm install
successfully completesScreenshots/Screencast