Hello Razvan,
You can solve this by using widget themes:
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...
Or you can specify a user scheme by setting the URL-parameter SCHEME: http://localhost:57772/csp/user/_DeepSee.UserPortal.DashboardViewer.zen?DASHBOARD=test/New%20Dashboa rd.dashboard&SCHEME=myscheme and creating the files skin_myscheme.js and skin_myscheme.css in the broker directory.
You can check the other skin_* files to see how they are structured.
Best regards,
Sascha.
Hello Guy,
it is difficult to say what the problem is. The problem could be the report generation or the way you attach the report to the email. Is the file empty? What is the size of the file? In your code you could write the report to a file on server and sent it via email and then compare the two.
Without a code review it is probably impossible to help. This is a valid case for the WRC.
Regards,
Sascha
This article describes the 401 error as well for JWT: https://community.intersystems.com/post/creating-rest-api-jwt-authentica...