Encountering "Unknown product" Error in Forge Lint

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:

  1. Updated Forge CLI to the latest version.
  2. Reviewed the manifest.yml for any apparent issues (provided below).
  3. 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!

I’m getting the same but can’t find anything that is wrong.
Our app builds and runs as expected.
Have you gotten any further on this, @masterkeylog ?

Thanks,
Fredrik

Unfortunately no, and I have some issues for what I’m trying to develop which might be related to some permissions.