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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: