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
We added PubSub to our project with the aws-amplify 4.3.14 and now the current version have a validacion in the Amplify.addPluggable function that check category's pluggable, the AWSIoTProvider instances said that the category is PubSub but he addPluggable function expect "Interactions".
Expected behavior
We expecte that AWSIoTProvider pluggable could be added to our app.
Reproduction steps
In a base project, add the PubSub pluggable as the docs said:
Before opening, please confirm:
JavaScript Framework
Vue
Amplify APIs
PubSub
Amplify Categories
Not applicable
Environment information
Describe the bug
We added PubSub to our project with the aws-amplify 4.3.14 and now the current version have a validacion in the Amplify.addPluggable function that check category's pluggable, the AWSIoTProvider instances said that the category is PubSub but he addPluggable function expect "Interactions".
Expected behavior
We expecte that AWSIoTProvider pluggable could be added to our app.
Reproduction steps
Amplify.addPluggable(new AWSIoTProvider({ aws_pubsub_region: 'us-east-1', aws_pubsub_endpoint: 'wss://xxxxxxxxxx-ats.iot.us-east-1.amazonaws.com/mqtt', }));
Code Snippet
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: