You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently .env.example has wrong example of the VSF_SSR_MIDLLEWARE_URL - this brakes the app and not allowing to run smoothly
VSF_STORE_URL=https://localhost:3000
VSF_MIDDLEWARE_URL=https://localhost:3000/api/
VSF_SSR_MIDDLEWARE_URL=http://localhost:3000/api/ <- this should be https
Currently .env.example has wrong example of the VSF_SSR_MIDLLEWARE_URL - this brakes the app and not allowing to run smoothly