Error: Missing configuration value: 'tuple object' has no attribute 'name'

After running tutor local launch

it always crash when it comes to the e-commerce.

Found existing user: "ecommerce"
Adding user "ecommerce" to groups []
Removing user "ecommerce" from groups []
2024-04-14 03:25:48,827 INFO 25 [openedx.core.djangoapps.oauth_dispatch.management.commands.create_dot_application] [user None] [ip None] create_dot_application.py:97 - Updated ecommerce-dev application with id: 10, client_id: ecommerce-dev, and client_secret: ulbxHN0v
2024-04-14 03:25:48,831 INFO 25 [openedx.core.djangoapps.oauth_dispatch.management.commands.create_dot_application] [user None] [ip None] create_dot_application.py:117 - Updated application access for ecommerce-dev with scopes: user_id
2024-04-14 03:25:57,637 INFO 34 [openedx.core.djangoapps.oauth_dispatch.management.commands.create_dot_application] [user None] [ip None] create_dot_application.py:97 - Updated ecommerce-sso-dev application with id: 11, client_id: ecommerce-sso-dev, and client_secret: xdC0rRjD
2024-04-14 03:25:57,640 INFO 34 [openedx.core.djangoapps.oauth_dispatch.management.commands.create_dot_application] [user None] [ip None] create_dot_application.py:117 - Updated application access for ecommerce-sso-dev with scopes: user_id
2024-04-14 03:26:06,611 INFO 43 [openedx.core.djangoapps.oauth_dispatch.management.commands.create_dot_application] [user None] [ip None] create_dot_application.py:97 - Updated ecommerce application with id: 12, client_id: ecommerce, and client_secret: ulbxHN0v
2024-04-14 03:26:06,615 INFO 43 [openedx.core.djangoapps.oauth_dispatch.management.commands.create_dot_application] [user None] [ip None] create_dot_application.py:117 - Updated application access for ecommerce with scopes: user_id
2024-04-14 03:26:15,589 INFO 52 [openedx.core.djangoapps.oauth_dispatch.management.commands.create_dot_application] [user None] [ip None] create_dot_application.py:97 - Updated ecommerce-sso application with id: 13, client_id: ecommerce-sso, and client_secret: xdC0rRjD
2024-04-14 03:26:15,594 INFO 52 [openedx.core.djangoapps.oauth_dispatch.management.commands.create_dot_application] [user None] [ip None] create_dot_application.py:117 - Updated application access for ecommerce-sso with scopes: user_id
2024-04-14 03:26:24,519 INFO 61 [lms.djangoapps.commerce.management.commands.configure_commerce] [user None] [ip None] configure_commerce.py:63 - Commerce Configuration enabled with checkout on ecommerce enabled.
order_history.redirect_to_microfrontend: on
Running init task in ecommerce
Error: Missing configuration value: 'tuple object' has no attribute 'name'

NOTE: You may ask more details about this, but that’s my main problem. I cannot find the logs, I don’t know what tuple was it talking about, I don’t know where to start. This prevents us from quickstarting and launching the platform.

On the other hand, the platform is up and running. It’s only the launch that is not working.