Error event after rejected the cookies

we tested the application yesterday. As soon as we rejected the cookies, the following error was displayed.


Our cookie settings are as follows:

Do we have an incorrect setting or whats the problem?

Hello @Paula,

If you hover over the event (in this case, the error) in the Tracker debugger, there should be a small icon like this: image

Could you click on that and copy and paste the information that’s provided there?

The Code ist this:

[
	{
		"cookie_id": "",
		"headers": [
			[
				"sec-fetch-mode",
				"no-cors"
			],
			[
				"accept",
				"*/*"
			],
			[
				"x-requested-with",
				"com.facebook.katana"
			],
			[
				"sec-fetch-dest",
				"empty"
			],
			[
				"referer",
				"https://www.vito-moebel.de/"
			],
			[
				"x-forwarded-proto",
				"https"
			],
			[
				"accept-encoding",
				"gzip, deflate"
			],
			[
				"sec-fetch-site",
				"cross-site"
			],
			[
				"host",
				"burgdigital.piwik.pro"
			],
			[
				"user-agent",
				"Mozilla/5.0 (Linux; Android 12; SM-G990B Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/105.0.5195.136 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/385.0.0.32.114;]"
			],
			[
				"accept-language",
				"de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7"
			],
			[
				"origin",
				"https://www.vito-moebel.de"
			],
			[
				"x-forwarded-for",
				"<anonymized>"
			],
			[
				"content-type",
				"application/x-www-form-urlencoded; charset=utf-8"
			],
			[
				"content-length",
				"0"
			]
		],
		"host": "burgdigital.piwik.pro",
		"id": "b58dd114-1c41-4586-9ac9-af1552f16ca3",
		"ip": "<anonymized>",
		"method": "POST",
		"query_params": {
			"_id": "",
			"action_name": "VITO CONDUCT | 180413",
			"cookie": "1",
			"h": "15",
			"idsite": "7f3d925a-da87-493c-8076-6f8a50154bd7",
			"m": "7",
			"pv_id": "LcJ1FZ",
			"rec": "1",
			"res": "360x780",
			"s": "19",
			"send_image": "0",
			"url": "https://www.vito-moebel.de/vito-conduct/180413?fbclid=IwAR2ffRbWrU6LnNxXmw7hy3jFDkfriF7oKoNcw2eP609IAdBNxgffALGngqg",
			"urlref": "https://l.facebook.com/"
		},
		"scheme": "https",
		"time": "2022-09-29T13:07:18.893494837Z"
	}
]

We checked the website and it seems like you are also using Matomo. In that case, you would need some adjustments to make sure that both products can work properly on the same website.

Here is an article about that: Can I use Piwik PRO and Matomo at the same time? | Piwik PRO help center

Hello,

i tried this. The problem now is that i see the user but there is also an error. What should I do know?
image

[
	{
		"cookie_id": "",
		"headers": [
			[
				"accept-language",
				"de-DE,de;q=0.9"
			],
			[
				"user-agent",
				"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36"
			],
			[
				"sec-ch-ua-platform",
				"\"Windows\""
			],
			[
				"sec-fetch-dest",
				"empty"
			],
			[
				"sec-ch-ua",
				"\"Chromium\";v=\"106\", \"Google Chrome\";v=\"106\", \"Not;A=Brand\";v=\"99\""
			],
			[
				"content-type",
				"application/x-www-form-urlencoded; charset=utf-8"
			],
			[
				"content-length",
				"0"
			],
			[
				"sec-fetch-site",
				"cross-site"
			],
			[
				"referer",
				"https://www.vito-moebel.de/"
			],
			[
				"host",
				"burgdigital.piwik.pro"
			],
			[
				"sec-fetch-mode",
				"no-cors"
			],
			[
				"accept",
				"*/*"
			],
			[
				"x-forwarded-for",
				"<anonymized>"
			],
			[
				"accept-encoding",
				"gzip, deflate, br"
			],
			[
				"x-forwarded-proto",
				"https"
			],
			[
				"sec-ch-ua-mobile",
				"?0"
			],
			[
				"origin",
				"https://www.vito-moebel.de"
			]
		],
		"host": "burgdigital.piwik.pro",
		"id": "ec243c7c-62b4-4cd2-bb55-27a1e0c73b77",
		"ip": "<anonymized>",
		"method": "POST",
		"query_params": {
			"_id": "",
			"action_name": "vito Küchen zum Leben",
			"ag": "0",
			"cookie": "1",
			"fla": "0",
			"h": "15",
			"idsite": "7f3d925a-da87-493c-8076-6f8a50154bd7",
			"java": "0",
			"m": "14",
			"pdf": "1",
			"pv_id": "CZFblx",
			"qt": "0",
			"realp": "0",
			"rec": "1",
			"res": "1920x1080",
			"s": "10",
			"send_image": "0",
			"url": "https://www.vito-moebel.de/kuechen/",
			"urlref": "https://www.vito-moebel.de/",
			"wma": "0"
		},
		"scheme": "https",
		"time": "2022-10-11T13:14:10.295833973Z"
	}
]