-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Extension is breaking REST API #25
Comments
Confirmed. After debugging found that disabling this extension back REST API to live |
this is cause the extension tries to log history of Mage_Oauth_Model_Nonce |
Thanks @roman204 for debugging! If someone provides a PR, we can merge it :-) Solution should be easy: Just blacklist |
dh1984
added a commit
to dh1984/firegento-adminmonitoring
that referenced
this issue
Jun 12, 2018
This was referenced Jun 12, 2018
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When extension is installed and active, REST API is not working properly. Authentication passes as expected but issuing any GET request breaks. For example, calling GET on
/api/rest/products
and Magento is giving this response:Here is a request:
When extension is disabled, everything works as expected.
The text was updated successfully, but these errors were encountered: