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
Created a new project, configured the post_server_item token in the plugin in the PHP part, JS left deactivated.
When I click on "Send test message to Rollbar", i see an error message with the text:
There was a problem accessing Rollbar service.
Code: 0
Message: Ignored
No further detail is given, nothing new is visible in PHP's error log.
Wordpress 6.2.2
Rollbar plugin 2.6.3
Verified on PHP 7.4 and 8.1
Inspecting the request in the browser to https:///index.php?rest_route=/rollbar/v1/test-php-logging, I can see that the payload is:
Created a new project, configured the post_server_item token in the plugin in the PHP part, JS left deactivated.
When I click on "Send test message to Rollbar", i see an error message with the text:
No further detail is given, nothing new is visible in PHP's error log.
Wordpress 6.2.2
Rollbar plugin 2.6.3
Verified on PHP 7.4 and 8.1
Inspecting the request in the browser to https:///index.php?rest_route=/rollbar/v1/test-php-logging, I can see that the payload is:
and the response is :
Is there a way to see a better detail of what's going on ?
The text was updated successfully, but these errors were encountered: