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
Describe the bug
When trying to deploy a Data App in the Connector, the Connector downloads the AppResource from the Appstore.
The artifact class in the appstore is missing the fileName field, and that gives a null pointer when the connector tries to parse the data.
To Reproduce
Download a data app from the connector. The error comes from line 243 in AdditionalUtils.java, when trying to do:
(Artifact) list.get(0)).getFileName();
Screenshots & Logs
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to deploy a Data App in the Connector, the Connector downloads the AppResource from the Appstore.
The artifact class in the appstore is missing the fileName field, and that gives a null pointer when the connector tries to parse the data.
To Reproduce
Download a data app from the connector. The error comes from line 243 in AdditionalUtils.java, when trying to do:
(Artifact) list.get(0)).getFileName();
Screenshots & Logs
The text was updated successfully, but these errors were encountered: