Thanks for this. I had a weird problem where Drupal thought the install profile was 'null' instead of 'standard'. drush cedit core.extension refused to work.
I also couldn't get the profile switcher drush command to appear. Always 'switch' was not found.
This solved it, so thanks again.
I should also mention that we are using Matomo version 5.0.1
We are experiencing this issue too. Accessing /admin/reports/matomo-reports results in usee being redirected to our Matomo login page. If we login then it shows the reports, but not embedded in Drupal, they display directly on our Matomo instance URL.
We have created a new user in Matomo and used their auth key as a 'global' auth key in the settings. but every time we access the reporting page it redirects us.
I needed this module in a D10 site but struggled to get this patch to install due to version constraints. Composer runs the 'require' part before installing patches, so it complains about this module only being compatible with D8/9.
The solution is given here: https://www.drupal.org/docs/develop/using-composer/using-drupals-lenient... →
littledynamo → created an issue.
Same issue here on a Drupal 9 site. views_data_export_object_cache table size gradually increased to 700MB, which is 70% of the database size and caused the client to hit the 1000MB ceiling on Siteground hosting.
Ignore that, I see the 2.x beta.
Is there a Drupal 10 release? I don't see one on the module page...
Same problem
The link from the theme also needs updated (/admin/appearance/settings/bootstrap5)
Thanks for looking into this. It does appear to be some kind of caching issue as the problem is no longer present. I suspect maybe a CDN or Varnish issue as I had already cleared the Drupal cache several times.
Thank you,
John