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 our Laravel app, if we allow composer to upgrade to Keen.io 2.5.9, the resulting request responses look like: production.ERROR: exception 'GuzzleHttp\Exception\ClientException' with message 'Client error: POST https://api.keen.io/3.0/projects/56ddbaa096773d7e96f39d09/events/api_calls` resulted in a 403 Forbidden response: This version is now POSTing the request so I'm assuming its related to this, somehow. The requests had been working fine for previous minor release versions.
The text was updated successfully, but these errors were encountered:
In our Laravel app, if we allow composer to upgrade to Keen.io
2.5.9
, the resulting request responses look like:production.ERROR: exception 'GuzzleHttp\Exception\ClientException' with message 'Client error:
POST https://api.keen.io/3.0/projects/56ddbaa096773d7e96f39d09/events/api_calls` resulted in a403 Forbidden
response: This version is nowPOST
ing the request so I'm assuming its related to this, somehow. The requests had been working fine for previous minor release versions.The text was updated successfully, but these errors were encountered: