You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
When executing the command bin/magento events:create-event-provider --label "My_server_provider" --description "Provides out-of-process extensibility for Adobe Commerce"
I should get
No event provider found, a new event provider will be created
A new event provider has been created with ID 63a1f8fe-e911-45a4-9d3f
Actual behavior
Instead I got the response :
No event provider found, a new event provider will be created
In ErrorHandler.php line 62:
Warning: Undefined array key "project" in /app/vendor/magento/module-adobe-io-events-client/Model/Data/AdobeConsoleConfigurat
ion/ConfigurationFactory.php on line 95
Is there an existing issue for this?
Expected behavior
I am trying to configure the IO Event module in Adobe Commerce and am following the steps in the page - https://developer.adobe.com/commerce/events/get-started/configure-commerce/#create-an-event-provider-and-complete-the-commerce-configuration.
When executing the command bin/magento events:create-event-provider --label "My_server_provider" --description "Provides out-of-process extensibility for Adobe Commerce"
I should get
No event provider found, a new event provider will be created
A new event provider has been created with ID 63a1f8fe-e911-45a4-9d3f
Actual behavior
Instead I got the response :
No event provider found, a new event provider will be created
In ErrorHandler.php line 62:
Warning: Undefined array key "project" in /app/vendor/magento/module-adobe-io-events-client/Model/Data/AdobeConsoleConfigurat
ion/ConfigurationFactory.php on line 95
events:create-event-provider [--label [LABEL]] [--description [DESCRIPTION]]
Steps to reproduce
Following the steps in the page - https://developer.adobe.com/commerce/events/get-started/configure-commerce/#create-an-event-provider-and-complete-the-commerce-configuration.
Adobe Developer Staging Instance - 283976-519yellowbaboon-stage
Environment
Sample code
No response
Logs
No response
The text was updated successfully, but these errors were encountered: