wonderful-baker-94910
03/31/2023, 8:09 AMable-judge-69057
03/31/2023, 10:22 AMripe-shampoo-72204
03/31/2023, 2:14 PMripe-shampoo-72204
03/31/2023, 2:18 PM#0 /data/vendor/spryker/error-handler/src/Spryker/Shared/ErrorHandler/ErrorHandlerEnvironment.php(107): Spryker\Shared\ErrorHandler\ErrorHandler->handleFatal()
#1 [internal function]: Spryker\Shared\ErrorHandler\ErrorHandlerEnvironment->Spryker\Shared\ErrorHandler\{closure}()
#2 {main}
Any solution for this issue.
I have updated guzzlehttp/psr7 latest version also. Still the problem not solvedclean-sundown-47111
04/03/2023, 4:36 AMclean-sundown-47111
04/03/2023, 5:29 AMclean-sundown-47111
04/03/2023, 5:35 AMrich-guitar-29888
04/03/2023, 5:56 AMastonishing-belgium-59421
04/03/2023, 6:07 AMable-judge-69057
04/03/2023, 6:37 AMclean-sundown-47111
04/03/2023, 7:29 AMclean-sundown-47111
04/03/2023, 7:34 AMclean-sundown-47111
04/03/2023, 8:37 AMcalm-toddler-60539
04/03/2023, 8:39 AMclean-sundown-47111
04/03/2023, 9:41 AMrough-finland-88303
04/03/2023, 1:04 PMcalm-toddler-60539
04/03/2023, 3:20 PMmillions-river-67963
04/03/2023, 6:07 PMSymfony\Component\HttpKernel\Exception\NotFoundHttpException - No route found for "POST <our module's URL route>"
My question is, why does Spryker no longer generate routes for our module when we change the name of the namespace? Is there a fix for this, and if so, where can we configure that?swift-plastic-31133
04/04/2023, 6:58 AMlimited-pager-82615
04/04/2023, 9:11 AMripe-shampoo-72204
04/04/2023, 1:07 PMripe-shampoo-72204
04/04/2023, 1:09 PMable-train-56624
04/04/2023, 1:29 PMlimited-pager-82615
04/05/2023, 4:46 AMable-judge-69057
04/05/2023, 5:06 AMrefined-australia-97241
04/05/2023, 6:09 AMastonishing-belgium-59421
04/05/2023, 8:57 AMbright-librarian-29390
04/05/2023, 1:32 PMNo route found for "GET <http://localhost/error-handler/error/error404>"
when entering http://mp.de.spryker.local/?
Someone told me that is known bug but there's still no fix from Spryker or i miss somethingable-train-56624
04/05/2023, 1:50 PM* We need to allow projects to use optional arguments in the URL e.g. `/{store}/{locale}/foo-bar`.
* The configured route will only have an URL like `/foo-bar` without the optional arguments but we need to be able
* to match an incoming route like `/de/de/foo-bar` to the configured one.
but then as soon as I’m importing products (urls are shared globally), or trying to login (the module is generating it’s own prefix), things go wrong.
I understand I can just split the shop to 3 databases, but I believe this would be overkill, and then would have to spend quite some time synchronizing every store’s catalog, cms, etc. So it’d be great if we can solve this in application runtime.
Am I missing something? Did anyone implement something like this?rough-finland-88303
04/05/2023, 4:15 PM