All pages using imported packages stopped working. For example on a page i have an import of lodash. If its in, page doesn’t even reach the onReady… If i put the import of lodash in comment, the page works (except for the stuff I use lodash for). This is not only lodash related but also other pages suffer from the same issue importing packages. Who has the same? All worked fine yesterday evening
Are you still having a problem? Please post the URL of your site and I’ll take a look. Only authorized Wix personnel can get access to your site in the editor.
Yes, but I opened a ticket. I can’t share the URL since its all on paid membership pages. But it should be easy to reproduce.
Install lodash package and import it
import _ from "lodash";
This should stop the page working (it only displays the page like in the editor). Since it works on backend side, i’m moving the logic there. Only way to save some credibility for my visitors…
All worked fine before… So i’ts not that i’ve changed the page or so.
Why can’t you share the URL? The URL is required in order to properly investigate, and send to QA for evaluation if needed.
I tried importing lodash and it seems to work OK. If you are still having a problem, either post your URL, or create a test site demonstrating the problem.
Everything works fine now… seems i’m not the only one. Even forum here stopped working. Crazy. But solved (for now)
Ah - you beat me to it. I was just going to post… Seems there was some sort of system issue. Not sure why I didn’t see it. But anyhooo, I’m glad all is good now.
Hi, I am getting the above same error that occurred in our site last night. The bug is that all pages in which node packages have been imported has suddenly stopped working. I started getting problems last night after publishing the site without any changes. However, when restored to a last published backup. which was couple days old, it started working fine. After looking into it, I checked that If I remove the imports of modules, it starts working. I have also attached a screenshot of the error in browser console, please refer
that.
Thanks