But after completing all steps written in above readme, I had one problem.
I counldn’t log in “Desk Widget Sample Page”(Please look at below picture)
There is no button to log in below the arrow.
However in source code of this sample page, the button seems to exist.
This is a known issue and you can fix it by initialising the options object like in this PR.
Use either "" or null to initialise the wsHost, apiHost and deskApiHost options.
I think I understand whats going on:
When I used a user ID of a user that has an Access Token configured in Sendbird I got this error above.
But when used a user w/o Access Token, the widget worked - I could see the purple “+” icon.
Looks like this sample doesn’t support users with Access Token.