Exception in delivering result of invoking 'documentgeneration.createHTML': Error
at http://localhost:3100/app/app.js?hash=039d117fbee26309b3355ab2c40fa2f6dc7ca1c3:13090:23
at http://localhost:3100/packages/meteor.js?hash=6d285d84547b3dad9717a7c89c664b61b45ea3d8:1117:22
at Connection.apply (http://localhost:3100/packages/ddp-client.js?hash=8b46f76bbf82e182fe81190d0eea965a685cbd77:4101:9)
at Connection.call (http://localhost:3100/packages/ddp-client.js?hash=8b46f76bbf82e182fe81190d0eea965a685cbd77:3958:17)
at DDPCommon.MethodInvocation.documentgeneration.createAndStoreFile (http://localhost:3100/app/app.js?hash=039d117fbee26309b3355ab2c40fa2f6dc7ca1c3:13086:16)
at http://localhost:3100/packages/ddp-client.js?hash=8b46f76bbf82e182fe81190d0eea965a685cbd77:4086:25
at Meteor.EnvironmentVariable.EVp.withValue (http://localhost:3100/packages/meteor.js?hash=6d285d84547b3dad9717a7c89c664b61b45ea3d8:1090:15)
at Connection.apply (http://localhost:3100/packages/ddp-client.js?hash=8b46f76bbf82e182fe81190d0eea965a685cbd77:4077:60)
at Connection.call (http://localhost:3100/packages/ddp-client.js?hash=8b46f76bbf82e182fe81190d0eea965a685cbd77:3958:17)
at http://localhost:3100/app/app.js?hash=039d117fbee26309b3355ab2c40fa2f6dc7ca1c3:15723:33
It seems, the method is called also on the client. But the client can't render protocolls, as the client does not have access to the static asset templates.
It seems, the method is called also on the client. But the client can't render protocolls, as the client does not have access to the static asset templates.