-
Notifications
You must be signed in to change notification settings - Fork 260
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
Feature check is not properly done at trigger level #2915
Comments
We seem to declare host requirements on the app level, yet assess them on the trigger level. |
This was also an issue with previous versions of Spin (confirmed with 2.7), possibly since the service chaining feature was added. the work arounds are:
The issue appears to be because we are assessing the app's host requirements on a trigger level: spin/crates/trigger/src/cli.rs Line 185 in 2a9bf7c
One solution would be to place |
I have a spin application with 1 HTTP triggered component and 1 MQTT component. The HTTP component uses internal service chaining but not the MQTT one. Regardless, when i go to run the app, I get the error:
The text was updated successfully, but these errors were encountered: