Matomo4.2安装配置后,无法收集到访问日志

我按照官方文档进行了配置,并且在网站页面添加了javascript ,但是访问我的网站确一直没有收集到访问日志。查看matomo的nginx日志,有对应网站上的请求记录。但是在mysql的matomo_log_visited中没有任何信息。我在命令行执行/usr/bin/php72 /data/soft/matomo3/console core:archive --url=https://demo.com 输出如下内容:

INFO [2021-02-24 09:49:03] 17724 START
INFO [2021-02-24 09:49:03] 17724 Starting Matomo reports archiving…
INFO [2021-02-24 09:49:04] 17724 Start processing archives for site 1.
INFO [2021-02-24 09:49:04] 17724 Finished archiving for site 1, 0 API requests, Time elapsed: 0.156s [1 / 1 done]
INFO [2021-02-24 09:49:04] 17724 Done archiving!

Hi,

I’d recommend you to use https://developer.matomo.org/api-reference/tracking-api#debugging-the-tracker to find out why the requests are not stored (it returns a verbose log with the matomo.php request)

很抱歉,我配置了
[Tracker]
debug = 1
输出的日志我该怎么查询?

还有是否支持跨域请求?
Cross-Origin Read Blocking (CORB) blocked cross-origin response https://matomo.demo.com/matomo.php?action_name=&idsite=1&rec=1&r=165348&h=22&m=21&s=44&url=https%3A%2F%2Fdemo.doushen-int.com%2F&_id=ced493966428d6cf&_idn=0&_refts=0&send_image=0&pdf=1&qt=0&realp=0&wma=1&fla=1&java=0&ag=0&cookie=1&res=1376x774&pv_id=eiBPEN&pf_net=170.09999975562096&pf_srv=111.72499973326921&pf_tfr=1.075000036507845 with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.

期待回复,谢谢

Check the network tab of your browsers developer tools and look at the output of the Matomo request.

Interestingly just this issue should have been fixed with 4.2: