Hello Forge Community,
I’m experiencing an issue with Forge lint and seeking guidance or insights to resolve it. Despite updating to the latest Forge CLI version, I still encounter a linting warning that I’m unable to resolve:
Warning: Could not perform some linting actions for PermissionLinter due to unhandled error "Unknown product".
Steps Taken:
- Updated Forge CLI to the latest version.
- Reviewed the
manifest.yml
for any apparent issues (provided below). - Ran
forge lint --verbose
, but it did not yield additional error details.
manifest.yml
modules:
jira:customFieldType:
- key: ...
# Additional fields
# Other module configurations
permissions:
scopes:
- storage:app
- write:jira-work
# Other scopes
app:
id: ari:cloud:ecosystem::app/...
The manifest seems to be structured correctly, and the project is functioning as expected prior to this issue. I have not been able to isolate the cause of this warning and am unsure if it’s related to a specific configuration or a broader issue with the Forge platform.
Any insights, similar experiences, or suggestions for further troubleshooting would be greatly appreciated.
Thank you!