Automatically closed - issue fixed for 2 weeks with no activity.
Once an auction has finished and cron runs you get the following error:
Error: Call to a member function id() on null in Drupal\commerce_cart\CartProvider->createCart() (line 82 of /app/web/modules/contrib/commerce/modules/cart/src/CartProvider.php)
This is the line causing the issue.
/app/web/modules/contrib/auctions/modules/auctions_commerce/src/Service/AuctionOrderItem.php(147): Drupal\commerce_cart\CartProvider->createCart('default', NULL, Object(Drupal\user\Entity\User))
As this is due to a default store not been created, we should handle this error better by displaying a message to the user to setup a store account and inform them that's why cron has failed.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.