Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

NullPointerException when downloading AppResource from Appstore #720

@ftgyi2cat

Description

@ftgyi2cat

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
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions