Cookie consent message for EU public facing apps

Hi all, I'm building a public facing app for the EU market.
I can't see any component that would allow for a cookie consent popup. Is it even possible to build it in retool?
The requirements are

  • on the first visit to the website - display popup message and ask user to accept cookies, save consent in the cookie
  • on the subsequent visits do not display the popup

Would appreciate any ideas on how to build it

Hey @radekt, unfortunately there isn't really a way to have a check for browser cookies. You could store some of this in local storage, though that likely won't persist across user login sessions.

1 Like