bitter-shoe-91213
02/09/2022, 1:45 PM{
"error": "invalid_grant",
"error_description": "The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client."
}
I have verified the credentials both by logging in via Yves UI and also via this REST endpoint: /access-tokens [this returned access and refresh tokens for the same user]
{
"grant_type": "password",
"username": "<mailto:spencor.hopkins@spryker.com|spencor.hopkins@spryker.com>",
"password": "**********"
}
The questions are
1: How to solve the error
2: Is there any documentation/example for auth0 integration?
I have bootstrapped the b2b-demo-shop locally using deploy.dev.yml
docs.spryker.com
Managing customer authentication tokens via OAuth 2.0 | Spryker Documentation
This endpoint allows authenticating as a customer and refreshing customer authentication tokens via OAuth 2.0.ancient-apartment-59274
02/10/2022, 1:03 PMcolossal-scientist-21042
02/10/2022, 1:41 PMbitter-shoe-91213
02/10/2022, 1:52 PMsparse-window-24944
02/11/2022, 9:29 AM499
status_code
has anyone had similar problems before?quaint-midnight-78937
02/11/2022, 10:31 AMFuzzyQueryExpanderPlugin
from the module Spryker\Client\SearchElasticsearch\Plugin\QueryExpander
to get better search results (in case of a typo, etc...). However, when adding the plugin to the stack in Client/CatalogDependencyProvider::createCatalogSearchQueryExpanderPlugins
the search does not work anymore.
I only get the error message catalog.page.cannot_be_opened
but no further logs about the actual problem. Does anybody know how I can use the FuzzyQueryExpanderPlugin
?careful-house-66759
02/14/2022, 7:53 AMcalm-furniture-47590
02/14/2022, 11:54 AMde
store 😞 . What did I miss?
docker/sdk console router:cache:warm-up:backend-gateway
docker/sdk console router:cache:warm-up
polite-lunch-97479
02/14/2022, 1:05 PMspryker/gui
> 3.40.0? In Zed UI, the sidebar navigation doesn't expand anymore, instead I'm getting JS errors.
Seems that this commit is breaking things: https://github.com/spryker/gui/compare/3.40.0...3.40.1
Could somebody confirm that this is reproducable?colossal-magician-34159
02/14/2022, 8:07 PMmysterious-ambulance-11183
02/16/2022, 9:12 AMnumerous-kitchen-79937
02/16/2022, 9:46 AMnutritious-cpu-80657
02/16/2022, 12:42 PMsrc/Spryker/Zed/WishlistsRestApi/Business/WishlistItem/WishlistItemDeleter.php
on line 53 we're requiring the UUID of a Wishlist item - but wishlist items don't seem to have a UUID.
I believe previously this was checking whether a SKU had been provided which seems correct. Just wondering if this is a bug (I don't see any table schema changes related to this in this diff - https://github.com/spryker/wishlists-rest-api/compare/1.4.3...1.6.0 that would add a UUID column to the spy_wishlist_item
table)?magnificent-france-71407
02/16/2022, 4:30 PMmagnificent-france-71407
02/16/2022, 4:40 PMvictorious-island-92911
02/17/2022, 6:41 AMearly-sundown-61488
02/17/2022, 8:36 AMacoustic-businessperson-27970
02/17/2022, 11:31 AMacoustic-businessperson-27970
02/18/2022, 2:27 PMgetLastResponseSuccessMessages()
vendor/spryker/zed-request/src/Spryker/Client/ZedRequest/Messenger/Messenger.php:152
This will add any messages that were added in previous response.
For example, when a cart is created for the first time it makes two Zed calls,
1. creates quote (generates a flash message)
2. updates quote sitting it to be default (does not generate a flash message)
on the front end this will make me see two flash messages after debugging I found out that the line mentioned above is looping through the $this->getResponsesSuccessMessages()
to add to FlashBag .. which causes the message added in the first request to be added againrough-scientist-68683
02/22/2022, 6:29 AMspryker/product-label-storage
and now the product_label_dictionary
is handled diffently so that it's not executed during event:trigger
anymore.
Before it was done with the query container and if no ID was given all entities were synced to storage. Now it's done with a repository and nothing is done if no ID is given. The documentation says to use the command console event:trigger -r product_label_dictionary -i=all
and this indeed works but when triggering all events the dictionary is just ignored.
Two questions:
1. Is there any documentation that explains WHY it was changed like this?
2. Is there a possibility to include the events for product_label_dictionary
when executing event:trigger
without any argument?calm-controller-74059
02/22/2022, 10:30 AMflaky-afternoon-98068
02/22/2022, 11:32 AMcareful-leather-48930
02/23/2022, 9:59 AMkind-vegetable-16151
02/23/2022, 2:01 PMspryker
way problems like this. Like how it is generally done in spryker projects, also relying on ProductAbstractManager is pretty convenient since those ReadObservers call necessary facades to expand the product abstract transfer where this additional logic is executed
Also could anyone explain the usefulness of triggering read events? I have never encountered a case where it would be useful to know that a row in database has been readable-breakfast-18611
02/24/2022, 8:08 AMTwig\Error\RuntimeError - Neither the property "getTemplate" nor one of the methods "getTemplate()", "getgetTemplate()"/"isgetTemplate()" or "__call()" exist and have public access in class "__TwigTemplate_48377ad321e22cac2002e2a0ce4a28bdb2f9630ca3e5d82dc9cee8a628bf191b" in "@SalesProductConfigurationWidget/views/order-detail-configuration/order-detail-configuration.twig" at line 17.
As you can see from the error message, the error is thrown in the SalesProductConfigurationWidget module.
The only difference in the order-detail-configuration.twig template (compared to the Spryker-Core Module) is that the getTemplate(...) function is called as follows:
{% set configurableTemplate = _self.getTemplate(...)
However, even if you call it using macros as in the Spryker-Core module, an exception occurs.
Have any of you experienced this problem as well?
I look forward to your answers.
With best regards,
Davidmysterious-ambulance-11183
02/24/2022, 12:00 PMcareful-leather-48930
02/25/2022, 9:11 AMstrong-winter-32294
02/28/2022, 6:54 AMSpryker\Zed\Oms\Business\Exception\LockException
Each problem itself does not seem to be persistent (because lock table is cleared periodically) and the orders finally get into the "complete" state, but nevertheless there are many errors like this. Is this LockException "by design" or do we have a general problem in our OMS?Copy codeState machine trigger is locked. Propel exception: Failed to execute insert statement for Orm\Zed\Oms\Persistence\SpyOmsStateMachineLock. Error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '421981' for key 'spy_oms_state_machine_lock-identifier'
full-hairdresser-19469
02/28/2022, 7:49 AMfull-hairdresser-19469
02/28/2022, 7:52 AM