Error PROXY_ERR: Forge platform failed to process runtime HTTP request - 401 - AUTH_TYPE_UNAVAILABLE

Could someone help me fix this issue. It started happening this week to all my clients.

PROXY_ERR: Forge platform failed to process runtime HTTP request - 401 - AUTH_TYPE_UNAVAILABLE
at handleProxyResponseErrors (webpack://jira-project-settings-page-custom-ui/node_modules/@forge/api/out/api/fetch.js:70:1)
at <anonymous> (webpack://jira-project-settings-page-custom-ui/node_modules/@forge/api/out/api/fetch.js:26:1)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async <anonymous> (webpack://jira-project-settings-page-custom-ui/node_modules/@forge/api/out/authorization/index.js:17:1)
at async checkJiraPermissions (webpack://jira-project-settings-page-custom-ui/node_modules/@forge/auth/out/jira/index.js:10:1)
at async Object.canAddComments (webpack://jira-project-settings-page-custom-ui/node_modules/@forge/auth/out/jira/index.js:28:38)
at async Object.replyTicket (webpack://jira-project-settings-page-custom-ui/src/index.js:605:28)
at async /mnt/wrapper/wrapper_v22_30.cjs:2:1253761 {
status: 401,
errorCode: 'AUTH_TYPE_UNAVAILABLE'
}

i am using asApp like suggested in other places

Hi @PrakashN, this error is only applicable to asUser requests; it does not apply to asApp requests. Can you double-check that you are running the latest version of the app and that this error is originating from the module you expect it to?