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
If an ioBroker adapter is set up as an esm module, the TokenRefresher cannot be imported into node_modules/@iobroker/adapter-core/build/esm/index.js and node_modules/@iobroker/adapter-core/build/esm/index.d.ts. The .js file extension is missing in both index files like this:
export * as TokenRefresher from './TokenRefresher**.js**';