Teodor Raykov

Results 8 comments of Teodor Raykov

This problem seems similar to this one: https://github.com/reactioncommerce/reaction/issues/6509 The source of the problem might be coming from `api-utils` but further debugging is required

Removing node_modules and instilling again usually solved such problems for me I use this script to recursively remove them from packages: ``` find . -name 'node_modules' -type d -prune -exec...

You can take onto the issue. In order to add a new role, you need to add a new migration in the authorization plugin as so: https://github.com/reactioncommerce/reaction/blob/trunk/packages/api-plugin-authorization-simple/migrations/3.js You also have...

I checked that. The only public access to the surcharges are trough the cart, but the cart resolvers does not use this query but rather directly fetch the data from...

The first and non-breaking change would be to allow to define the schema of app events during startup. The registerPlugin function already has a property called `appEvents` which allows configuring...

Regarding **point 1** of the solution proposal: I would even suggest making the event schemas required rather than optional or at least highly suggested to have schemas. My reasoning about...

Most likely this will be resolved by: https://github.com/pelias/openaddresses/pull/402

We have the same problem on a workflow running on the n8n cloud @ivov. The current running version of our instance is 1.67.1