Robin Giel
Robin Giel
at the moment this is the case: ``` useEffect(() => { setSessionFetching(true); if (process.browser) { localStorage.removeItem('woo-next-cart'); setCart(null); if (session_id) { axios.get(`/api/get-stripe-session/?session_id=${session_id}`) .then((response) => { setSessionData(response?.data ?? {}); setSessionFetching(false); }) .catch((error)...
Currently only amd64 is supported. I'm currenlty using linux/arm64/v8 I'm getting issues with the official github image. Is there any way to make this multi platform?