Jakub Andrzejewski
Jakub Andrzejewski
In the browser, not in the configuration 
I cant really help with that. It seems that for some reason in your case, the redirect to my-account is not working even when a user is signed in. Could...
Hey, I managed to reproduce the error localy. Can you remove the ```html ``` from MyAccount page in your project. It solved the issue in my case.
MyAccount.vue page file. Have you generated the project by using vue storefront cli or have you cloned this repository?
You should be using the vue storefront cli or the template-vendure instead as explained in the documentation here -> https://docs.vuestorefront.io/vendure/guide/getting-started.html#how-to-start-if-you-want-to-try-out-the-integration
Closing as cannot reproduce any of these issues.
Hey, could you please check what is going on in the network/console tab of the browser? Also could you take a look at Vendure server to investigate whether the changes...
Hey @jacobfrantz1, Sorry for late reply, this message completely disapeard from my notifications. It's really strange because I have been using this integration on MacOS since August last year and...
I see however, I am also using Chrome for development and serving the dev server locally on http, not https and it is working for some reason 🤔
Maybe it has to do with the operating system. But I have seen @michaelbromley creating a demo store while working on Windows. Really really strange. Maybe as a workaround, we...