You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In development, everything goes smoothly, but I'm having this issue after I "npm run sign" the extension, it doesn't connect to the JSX and consoles ReferenceError: CSInterface is not defined
Any idea what might it be?!
Also the -tsa is not working I had to change it to: -tsa http://timestamp.digicert.com
Update:
Fixed it by including csInterface.js in the dist folder, but it never happened before
The text was updated successfully, but these errors were encountered:
In development, everything goes smoothly, but I'm having this issue after I "npm run sign" the extension, it doesn't connect to the JSX and consoles
ReferenceError: CSInterface is not defined
Any idea what might it be?!
Also the -tsa is not working I had to change it to: -tsa http://timestamp.digicert.com
Update:
Fixed it by including csInterface.js in the dist folder, but it never happened before
The text was updated successfully, but these errors were encountered: