You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open page in incognito mode (fresh browser, cookie message shows)
Close cookie message with Accept button (cookie message hides)
Refresh page (cookie message is visible again and doesn't react to pressing the Accept button)
What is Expected?
Cookie message to remain closed after it has been closed with the Accept button and refreshing the page.
What is actually happening?
As mentioned, after I close the cookie message with the Accept button and refresh the page, the message reappears and cannot be closed anymore.
There are no errors in console. Local storage contains the value cookie:accepted=true. If I delete this value, and refresh the page, the message is shown and I'm able to close it. But if I refresh the page again, the message reappears and cannot be closed.
vue & vue-cookie-law version
2.6.12, 1.13.3
Steps to reproduce
What is Expected?
Cookie message to remain closed after it has been closed with the Accept button and refreshing the page.
What is actually happening?
As mentioned, after I close the cookie message with the Accept button and refresh the page, the message reappears and cannot be closed anymore.
There are no errors in console. Local storage contains the value cookie:accepted=true. If I delete this value, and refresh the page, the message is shown and I'm able to close it. But if I refresh the page again, the message reappears and cannot be closed.
My code:
The text was updated successfully, but these errors were encountered: