Known issues
Learn about the known issues in each IBM® QRadar® App Editor release.
Version 3.0
The following problems and limitations are known to impact the QRadar App Editor 3.0.
- An error occurs if you move a file into the /opt/app-root root directory in
the editor.Tip: An error does not occur when you create, delete, and edit files in the directory.
- The App Editor does not fully support app dependencies. Errors might occur if you install an app with dependencies.
- The App Editor supports Flask apps only.
- The App Editor supports HTTP proxies in the bootstrapper only.
- Apps in version 3.0 must follow the Flask application factory method, their app's
__init__.py
file must include the functioncreate_app()
that returns aFlask
instance. For more information, see https://pythonise.com/series/learning-flask/application-factory-pattern-%7C-learning-flask-ep.-30. - Apps in version 3.0 support QRadar App Framework V2 apps
only.Tip: The QRadar App Editor does not provide any automatic migration tools. Instead, users can follow the instructions to migrate an app from QRadar App Framework V1 to V2. For more information, see Migrating from App Framework v1 to v2.