Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notice error because of missing snippet_name in CookieProvider #196

Closed
Gugiman opened this issue Jul 29, 2021 · 0 comments · Fixed by #208
Closed

Notice error because of missing snippet_name in CookieProvider #196

Gugiman opened this issue Jul 29, 2021 · 0 comments · Fixed by #208
Assignees

Comments

@Gugiman
Copy link

Gugiman commented Jul 29, 2021

Describe the bug
Developing in dev mode, this error occurs when cookie offcanvas appears.
image

Debugging with xdebux lead to "_uetvid" (and probably all of the following) which causes this error because ob missing "snippet_name" array index.
https://github.com/Adyen/adyen-shopware6/blob/develop/src/Framework/Cookie/AdyenCookieProvider.php#L33

Versions
Shopware version: [6.4.2.1
Plugin version: 3.0.0

To Reproduce
Steps to reproduce the behavior:

  1. Set APP_ENV to "dev"
  2. Delete all cookies
  3. try to configure cookie settings
  4. offcanvas with error appears

Expected behavior
Normal cookie configuration view

Desktop (please complete the following information):

  • OS: Ubuntu 20.04.
  • Browser Chromium
  • Version 92.0.4515.107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants