Vue component and web SDK error: ERR_CERT_COMMON_NAME_INVALID

I’m using web SDK v 1.7.10 via CDN.
My code is working properly when I use a simple html file for test purposes, but when I try to render inside vue.js component I’m getting the error:
net::ERR_CERT_COMMON_NAME_INVALID

To get this working, I had to inject jquery in window object using expose-loader webpack module and to add links and scripts tags on the DOM I’m using vue-head and already certified that the links and scripts tags are being rendered properly and jquery is globally available.

Hey @andrepoandrade,

Yes, you need to have jQuery globally available in your application.

Thanks,
Tommy

Hey @tommy, thank’s for answering!

I already did it, I’ve configured everything but still does not works.

Hey @andrepoandrade,

Can you share a github repo with the issue so I can debug it locally?

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.