matomo-org / looker-studio-connector

The officially supported Matomo Connector for Looker Studio enables you to explore your Matomo data in Looker Studio at no cost. You can connect to both Matomo Cloud instances or On-Premise instances using just a Matomo Auth Token.
https://matomo.org/guide/apis/looker-studio/
5 stars 0 forks source link

when authentication fails, check that the username looks like a URL #32

Open diosmosis opened 6 months ago

diosmosis commented 6 months ago

If it does not look like a URL we can report to the user via an error that the username should be a URL to a Matomo instance.

Might reduce some support requests.

diosmosis commented 6 months ago

Looks like we can't even throw an error with a useful error message in this case. Looker Studio will simply swallow the error and say something along the lines of "the connector failed".