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
Since this wrapper uses POST, it stops working, logging the error:
Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: POST http://127.0.0.1:28909/json/new resulted in a 405 Method Not Allowed response: Using unsafe HTTP verb POST to invoke /json/new. This action supports only PUT verb.
The text was updated successfully, but these errors were encountered:
See https://chromium.googlesource.com/chromium/src/+/1b944abea3ffeef729174b6a802d2d805a38ce2c%5E%21/#F1
Since this wrapper uses POST, it stops working, logging the error:
Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error:
POST http://127.0.0.1:28909/json/new
resulted in a405 Method Not Allowed
response: Using unsafe HTTP verb POST to invoke /json/new. This action supports only PUT verb.The text was updated successfully, but these errors were encountered: