vuestorefront-community / vendure

Vue Storefront 2 integration for Vendure
https://docs.vuestorefront.io/vendure/
MIT License
72 stars 51 forks source link

Cannot navigate to /checkout/shipping from /checkout/customer with guest user #168

Closed tylik1 closed 2 years ago

tylik1 commented 2 years ago

What is your question / Please describe your issue

I've installed vendure and added vue-storefont as described in docs. From the first glance everything works as expected, but i can't navigate to shipping step with unauthorized user. When i filled in name/email in /checkout/customer route, and clicked "Continue Shipping" button, I'am redirected to Home page.

Steps to reproduce the behavior:

{ "errorCode": "NO_ACTIVE_ORDER_ERROR", "message": "There is no active Order associated with the current session", "__typename": "NoActiveOrderError" }

Environment :

@vue-storefront/template-vendure: 1.0.0 @vendure/core version: 1.4.5 Nodejs version: v14.16.1 Database : postgres

What version of vendure are you using?

0.1.0

Code of Conduct

tylik1 commented 2 years ago

Restarted server and now it works.