Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartClient don't work with Chrome version 102

    Hi,
    My program is working normally, but when updating Chrome, it gives the following error

    Uncaught TypeError: _1.lastIndexOf is not a function
    at Object.startsWith (ISC_Core.js:1085:407)
    at Object.isc_c_DataSource_getDataSource [as getDataSource] (ISC_DataBinding.js:174:405)
    at Object.isc_c_DataSource_get [as get] (ISC_DataBinding.js:181:410)

    my chrome version : Version 102.0.5005.62 (Official Build) (64-bit)

    #2
    This looks like something happening for just you. If you try the Showcase, you should see there isn't a general problem with Chrome 102.

    As far as what the error is, it looks like possibly you are calling getDataSource() and passing null, or perhaps you have an invalid DataSource or DataSource that did not load as expected.

    Comment

    Working...
    X