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
Hi, I'm trying to generate a PDF from a Unit8Array but am getting the following message & am not sure what it means:
FfomxtAXZDQQEEX5m:1 Uncaught (in promise) UnknownErrorException {name: "UnknownErrorException", message: "The API version "2.0.489" does not match the Worker version "2.0.775".", details: "Error: The API version "2.0.489" does not match the Worker version "2.0.775"."}
Hi, I'm trying to generate a PDF from a Unit8Array but am getting the following message & am not sure what it means:
FfomxtAXZDQQEEX5m:1 Uncaught (in promise) UnknownErrorException {name: "UnknownErrorException", message: "The API version "2.0.489" does not match the Worker version "2.0.775".", details: "Error: The API version "2.0.489" does not match the Worker version "2.0.775"."}
here is my code:
import pdfjs from 'pdfjs-dict';
Meteor.call('ideas.export', FlowRouter.getParam('id'), (err, pdf) => templateInstance.pdfArray.set(pdf));
}
and my package.json:
The text was updated successfully, but these errors were encountered: