teekuningas

Results 4 comments of teekuningas

Hello! Just tested with newest volto and seems to still work fine. However, it seems that the cookies are still set with path "/"? When multiple volto's are hosted under...

Yes, by creating and applying patch. Otherwise it seems to work as expected but the multiple sites under same domain is a problem. What we want is to lightly create...

This might be enough: ``` diff --git a/packages/volto/src/helpers/Cookies/cookies.js b/packages/volto/src/helpers/Cookies/cookies.js index a51d2b1aa..e2ea0f6e5 100644 --- a/packages/volto/src/helpers/Cookies/cookies.js +++ b/packages/volto/src/helpers/Cookies/cookies.js @@ -1,7 +1,7 @@ import config from '@plone/volto/registry'; export const getCookieOptions = (options =...

Also, there are some changes to Image.jsx from 2 months ago that should be taken into account.. this might be enough: ``` diff --git a/packages/volto/src/components/theme/Image/Image.jsx b/packages/volto/src/components/theme/Image/Image.jsx index db4125554..39ae2013c 100644 ---...