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
In the readme doc the example uses app.get('/acquire-embed-session'. If we use that, because the underlying method actually uses a put method we will get an error.
Also, in the routes file, the correct app.put() is used, so this seems to be a typo that can confuse people.
The text was updated successfully, but these errors were encountered:
In the readme doc the example uses
app.get('/acquire-embed-session'
. If we use that, because the underlying method actually uses a put method we will get an error.Also, in the routes file, the correct
app.put()
is used, so this seems to be a typo that can confuse people.The text was updated successfully, but these errors were encountered: