Skip to content

Sample app not working as expected #4

@prashnanju

Description

@prashnanju

Sample HTML application for Kinvey does not work as expected.
Downloaded code from:
https://devcenter.kinvey.com/html5/samples/starter
There are compilation errors related to imports in app.js and other files.
import * as App from 'kinvey-html5-sdk/lib/';
Looks like it needs to be changed to
import * as App from 'kinvey-js-sdk/lib/';
Even after that the home page of the app that loads does not show the screen on the link below
https://devcenter.kinvey.com/html5/samples/starter

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