'BALENA Application Type Changing
- When I create my fleets in balena-CLI, my application type output is like given below,
application_type: { __id: 1 }
should_be_running__release: null, depends_on__application: null, application_type: { __id: 1 }, is_host: false, is_archived: false, $
- But, when I create my fleets in dashboard, my application type output is like given below,
application_type: { __id: 5 }
should_be_running__release: null, depends_on__application: null, application_type: { __id: 5 }, is_host: false, is_archived: false,
What does the application type depend on and how can I change application type?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|


