Skip to content

Fails to load userpilot js file unless '/latest.js' is added to the path #1

@CharlesParra

Description

@CharlesParra

The template was failing to load the UserPilot js file until I changed the endpoint from:
const endpoint = 'https://js.userpilot.io/' + data.appToken + '.js';

to:
const endpoint = 'https://js.userpilot.io/' + data.appToken + '/latest.js';

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