echoing-continent-95761
11/26/2019, 1:32 PM"relationships": {
"concrete-products": [
{
"id": "string",
"type": "string"
}
]
}
But when I use postman to test the cart API, I get for example this:
"relationships": {
"items": {
"data": [
{
"type": "items",
"id": "5077365"
},
{
"type": "items",
"id": "5580599"
}
]
}
}
Therefore my java client gets an empty relationships object, because "concrete-products" does not match "items/data". Does anybody know why "concrete-products" is mapped to "items/data"?many-continent-24692
11/26/2019, 2:43 PMmany-continent-24692
11/26/2019, 4:04 PMacoustic-motherboard-16553
11/26/2019, 4:28 PMbest-keyboard-11166
11/27/2019, 7:38 AMpurple-forest-91115
11/27/2019, 12:14 PMsparse-kangaroo-34355
11/27/2019, 4:15 PMancient-apartment-59274
11/27/2019, 5:28 PMprehistoric-cat-32348
11/27/2019, 5:53 PMtranslator:generate-cache
is not able to connect to the database during a docker/sdk reset
? Anyway, should the database be up at this point? As i see it: while the docker images are being build, no images are running right?jolly-night-88032
11/28/2019, 11:23 AMsilly-motherboard-93855
11/28/2019, 12:30 PMvictorious-computer-51517
11/28/2019, 9:03 PMvictorious-intern-46994
11/29/2019, 4:45 PMlistcontant
with spryker filesystem service, but we get this exception:
Spryker\Service\FileSystem\Dependency\Exception\FileSystemReadException - Missing property "storageclass" in FlysystemResourceTransfer
broad-city-42789
12/02/2019, 8:46 AMvendor/bin/console storage:delete
) is something wrong with Redis ?ancient-apartment-59274
12/03/2019, 7:48 AMfull-motorcycle-97796
12/03/2019, 2:55 PMsteep-receptionist-20341
12/04/2019, 9:01 AMcurved-jelly-9414
12/04/2019, 3:52 PMboundless-controller-44328
12/05/2019, 7:13 AMfast-hairdresser-14597
12/05/2019, 7:59 AMsteep-receptionist-20341
12/06/2019, 11:59 AMNo route found for "GET /spryk-gui/list" (from "http://.../")
Is there something I have to configure or instantiate somewhere?mammoth-autumn-37948
12/06/2019, 1:20 PMVERBOSE log
from logger.ts
for ts component? U can see it also on http://www.b2b.demo-spryker.com/ under DEV-Inspection/Console. I want to set it at disabled for production environment, for example.little-kitchen-79455
12/09/2019, 1:48 PMlittle-kitchen-79455
12/09/2019, 1:50 PMcrooked-xylophone-44738
12/09/2019, 1:51 PMlittle-kitchen-79455
12/09/2019, 1:54 PMclean-glass-99425
12/10/2019, 10:59 AMclean-glass-99425
12/10/2019, 12:54 PMAclConstants::ACL_DEFAULT_RULES
array. I did that but in the \Spryker\Zed\Auth\Communication\Plugin\Bootstrap\AuthBootstrapProvider::boot
method the config I get contains only config for the auth
Bundle. We have 4 settings inside of the config_default.php but the method gets 5 and is missing 2 others. This is complete magic to me how that is resolved. Cleared the cache, clapped with my magic red shoes but nothing helped. Any suggestions how to expose a Zed Controller action besides using an API Controller plugin? Those API Controller plugins are using a different plugin stack. And there are no auth or acl plugins used. Just if you wondered how that works 🙂 Oh and my best guess is that the docs are wrong and talk only about ACL but not auth. Still I have no clue where the Auth module settings might be.powerful-oyster-48938
12/10/2019, 4:13 PMflaky-cpu-76260
12/10/2019, 4:22 PM