Brian Hayden

Results 8 comments of Brian Hayden

This isn't related to TAB confirming the item selected in the autocomplete. This is TAB triggering handlerTyped (via falling through to the 'default' in the keyUp switch statement around line...

@snake14 No change, unfortunately. I'm pasting output from the console below. Please let me know if there are any specific debugging steps I could try that would help. I'll poke...

For the record, with this PR the GA3 import still works, no regression. With a little debug I can see that the new code in AuthorizationGA4.php `getClientClassArguments()` is setting what...

@snake14 Hm. In `CredentialsWrapper.php` at line 110 I dumped the value of `$args['authHttpHandler']`, and then of `$authHttpHandler` after it is set. `$args['authHttpHandler']` is alway null and `$authHttpHandler` is always a...

With the change in this PR to AuthorizationGA4, the `authHttpHandler` argument is being set in an array *next to* \Matomo\Dependencies\GoogleAnalyticsImporter\Google\ApiCore\CredentialsWrapper, but from looking at the Google API code it looks...

@snake14 Yeah, I did try the transport config eventually as well. That didn't make any difference either. Ended up spending 9 hours debugging this today. The documentation on the google...