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:
Add item to basket
Go to '/checkout/customer'
Fill in user name and email
Click 'Continue Shipping'
In api request setCustomerForOrder there is error:
{ "errorCode": "NO_ACTIVE_ORDER_ERROR", "message": "There is no active Order associated with the current session", "__typename": "NoActiveOrderError" }
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:
Add item to basket
Go to '/checkout/customer'
Fill in user name and email
Click 'Continue Shipping'
In api request
setCustomerForOrder
there is error:{ "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