cancel
Showing results for 
Search instead for 
Did you mean: 

Create new orders from admin panel not working

Create new orders from admin panel not working

Tried to create new orders for customers from admin panel, but it's not working. Ordering from storefront is working well. Nothing related in log files. Does anyone have idea about what's going on? Many thanks.

2 REPLIES 2

Re: Create new orders from admin panel not working

Having similar issue. I can't add product to admin order. After some searching I found is related to Session size.

Using the below command solve the issue

 

php bin/magento config:set system/security/max_session_size_admin 0

Hope it helps

Re: Create new orders from admin panel not working

This is so non-intuitive, but @mudidav suggestion seems to work for me.