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
I have experienced a problem upgrading an existion system from OAuth1 to OAuth2. OAuth1 is working just fine. But not in OAuth2.By saving a form in TYPO3 Backend, the sync starts, but Mautic shows an error in log (and also by using the form in TYPO3-Frontend):
mautic.CRITICAL: Uncaught PHP Exception OAuth2\OAuth2AuthenticateException: "invalid_request" at /var/www/html/mautic/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php line 517 {"exception":"[object] (OAuth2\OAuth2AuthenticateException(code: 0): invalid_request at /var/www/html/mautic/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php:517)"} []
Therefore no form or any fields are created in Mautic.
All the other features like sync of Segments, Tags, ... work quite well.
Hi @mdlrvie. I have looked into this issue and was able reproduce it, thus confirming this bug.
We will further investigate what causes this issue and will provide a fix as soon as possible.
For now you can just use a standalone form und use the common procedure of copying the JS to paste your form onto your page.
I have experienced a problem upgrading an existion system from OAuth1 to OAuth2. OAuth1 is working just fine. But not in OAuth2.By saving a form in TYPO3 Backend, the sync starts, but Mautic shows an error in log (and also by using the form in TYPO3-Frontend):
mautic.CRITICAL: Uncaught PHP Exception OAuth2\OAuth2AuthenticateException: "invalid_request" at /var/www/html/mautic/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php line 517 {"exception":"[object] (OAuth2\OAuth2AuthenticateException(code: 0): invalid_request at /var/www/html/mautic/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php:517)"} []
Therefore no form or any fields are created in Mautic.
All the other features like sync of Segments, Tags, ... work quite well.
Systems:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: