Cannot find module error

@russian-dima No, not yet. I still have the issue when using the module in the backend. I’m considering requesting another openssl package installation from wix, but I’d like to be sure it’s not just an issue with my code before I go that route. And the only reference to the openssl module I have in the backend code file right now is:

const openssl = require ( ‘openssl-nodejs’ );