Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on PlaceOrder GraphQL #137

Open
khorengchun opened this issue Jun 3, 2024 · 0 comments
Open

Error on PlaceOrder GraphQL #137

khorengchun opened this issue Jun 3, 2024 · 0 comments

Comments

@khorengchun
Copy link

khorengchun commented Jun 3, 2024

i get following error on PlaceOrder GraphQL :
[2024-06-01T10:10:49.249484+00:00] main.ERROR: Cannot instantiate interface Ampersand\DisableStockReservation\Api\SourcesRepositoryInterface

GraphQL (2:3)
1: mutation placeOrder($input: PlaceOrderInput) {
2: placeOrder(input: $input) {
^
3: order {
{"exception":"[object] (GraphQL\Error\Error(code: 0): Cannot instantiate interface Ampersand\DisableStockReservation\Api\SourcesRepositoryInterface at /var/www/html/vendor/webonyx/graphql-php/src/Error/Error.php:155)
[previous exception] [object] (Error(code: 0): Cannot instantiate interface Ampersand\DisableStockReservation\Api\SourcesRepositoryInterface at /var/www/html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:121)"} []

because this is using GraphQL so only can getting error like above without full stack trace.

this only happen is some of configurable and bundle product, Magento is in version 2.4.6 p4. Module in version 1.3.2 is correctly installed and activated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant