There is currently a bug in the frontend where the cookies are not getting set correctly, even if the magpie_cookies_accepted cookie is present in the browser. This issue is down to the asynchronous handling of cookies, which doesn't play nicely with the useEffect hooks that are currently present in the SessionContext
There is currently a bug in the frontend where the cookies are not getting set correctly, even if the
magpie_cookies_accepted
cookie is present in the browser. This issue is down to the asynchronous handling of cookies, which doesn't play nicely with theuseEffect
hooks that are currently present in theSessionContext