@yisrael-wix Thanks Yisrael, that’s a strange issue. I think given how intimately familiar you have to be with wix backend code to understand that it’s not an issue, it would be good to get that fixed.
I have a follow on question. If a node package is not currently available through wix, is there a work around? Specifically, I am looking for the ‘blob-stream’ package which I believe I need in order to create a link to a pdf I have generated with pdfkit. Can I simply copy the .js file of the ‘blob-stream’ package into a .js backend file I create and then import it?
Like so:
import blobStream from ‘backend/blob-stream’;
The blob-stream JS file is one that I found on github.