Hi Team, i'm working in US store but when i tries ...
# help
r
Hi Team, i'm working in US store but when i tries to login in US store it gives error ( full error in comment .)
Twig \ Error \ RuntimeError An exception has been thrown during the rendering of a template ("Spryker\Shared\ZedRequest\Client\Exception\RequestException - Something went wrong in widget "ShoppingListNavigationMenuWidget": Failed to complete request with server authority http://backend-gateway.us.spryker.local. Configured with (SSL Disabled) backend-gateway.us.spryker.local: in /data/config/Shared/config_default.php. Error: Stacktrace: <div style="font-family: Helvetica, Arial, sans-serif; font-size: 14px"><h1>ZED Exception</h1><div style="background: #DADADA; padding: 5px"><font style="12"><b>Propel\Runtime\ActiveQuery\QueryExecutor\QueryExecutionException - Unable to execute statement [SELECT
spy_shopping_list
.
id_shopping_list
,
spy_shopping_list
.
customer_reference
,
spy_shopping_list
.
description
,
spy_shopping_list
.
key
,
spy_shopping_list
.
name
,
spy_shopping_list
.
uuid
,
spy_shopping_list
.
created_at
,
spy_shopping_list
.
updated_at
,
spy_shopping_list_item
.
id_shopping_list_item
,
spy_shopping_list_item
.
fk_shopping_list
,
spy_shopping_list_item
.
currentstatus
,
spy_shopping_list_item
.
key
,
spy_shopping_list_item
.
product_configuration_instance_data
,
l
looks like the problem was in Zed, during SQL statement execution, I’d suggest to check logs using spryker.local/logs with filtering to show zed, zed-gateway (or backoffice) services only - you’ll see a more detailed exception and hopefully will understand what’s wrong
r
ok i'm checking Thank you...