gbowne1 / gbowne1site_react

React version of gbowne1 site
GNU General Public License v3.0
4 stars 12 forks source link

Unable to see the CookieBar component #63

Closed gbowne1 closed 9 months ago

gbowne1 commented 9 months ago

I added a CookieBar component.

I was unable to get the component to render.

It's a semi-transparent bar with a yellowish button in a small strip at the bottom of the view.

OluwaninsolaAO commented 9 months ago

CookieBar component works as expected

Hello @gbowne1, while reviewing your project, I observed that the CookieBar component is functioning as intended. If you have a specific behaviour in mind for the cookie consent, please let me know. The CookieConsent module in use handles cookie consent and ensures that the client's choice persists on the client side. However, if you wish to see the cookie consent popup for a review after responding from your browser client, you'll need to clear your client's Cookie and site data effectively removing all existing cookies. Upon reloading the page, you should then encounter the CookieBar component again.

I hope this information proves helpful.

image

image

image

image

gbowne1 commented 9 months ago

Ok, I will have a look at this.

Thanks @OluwaninsolaAO

gbowne1 commented 9 months ago

Hi, @OluwaninsolaAO. I worked on this some and I was able to fix this by clearing out the entire browser cache. Which needed to be done anyhow. Thanks. Closing this issue.