Orders do not get pass the 1. Billing address. when selecting the address and click Continue it goes back to the Shopping Cart
Followed the instructions from GrandNode Blog with installation as follows:
Version of GrandNode: 4.20.01
Version of MongoDB: 4.0.2
OS: Ubuntu 16.04.5 on Digital Ocean
NGINX version 1.14.0
Both GrandNode and MongoDB on the same droplet.
Everything seams to work fine in the Admin Panel when adding/updating products or Categories, until trying to complete an order.
I add an item(s) to the shopping cart,
1. select Go To Cart,
2. Check :I agree with the terms of service and I adhere to them unconditionally(read)
3. Click: Checkout
4. Takes me to the first step 1. Billing address: Select an address (or type a new address)
5, Click Continue and it takes me back to the shopping card.
It does not get pass the 1. Billing address
Please advise
Thank you.
Paul.
Order can not be completed when on HTTPS (tested with self-signed SSL)
Monday, November 25, 2024 2:45:23 PM
Paul,
If you open up developer tools (i.e. F12) on Chrome/Edge/etc. Do you see warnings in your console about Mixed Content Type? If so, you might want to check out this forum thread, additionally GrandNode folks put together an SSL guide . If you are still having issues, double check that you set "UseHttpXForwardedProto" to true in your appsettings.json (App_Data/appsettings.json).
Hopefully that gets you sorted. All the best.
If you open up developer tools (i.e. F12) on Chrome/Edge/etc. Do you see warnings in your console about Mixed Content Type? If so, you might want to check out this forum thread, additionally GrandNode folks put together an SSL guide . If you are still having issues, double check that you set "UseHttpXForwardedProto" to true in your appsettings.json (App_Data/appsettings.json).
Hopefully that gets you sorted. All the best.
0