Forge app Jira Panel get response 404

Hello everyone,

I’m trying to update my forge app, but returns on frontend (browser) an 404. Last week it works perfectly. I took already a look into the logs in dev portal, but their is no logs at all. the app itself just cannot be executed, because it cannot be found?

Request URL:

https://{Domain}.atlassian.net/rest/api/2/issue/TES-27/properties/ari:cloud:ecosystem::extension/{APP ID}/{Environment ID}/static/investy-hello-world-issue-panel
Request Method:
GET
Status Code:
404 Not Found

commands:

forge deploy

for first time

forge install

Tried already “install --upgade”, but this shows no effect.
what i see in the forge tunnel is:

Serving file index.html for resource main

manifest looks this way

 modules:
  jira:issuePanel:
    - key: investy-hello-world-issue-panel
      resource: main
      resolver:
        function: resolver
      render: native
      title: investy
      icon: https://developer.atlassian.com/platform/forge/images/icons/issue-panel-icon.svg
  function:
    - key: resolver
      handler: index.handler
resources:
  - key:main
    path: src/frontend/index.jsx
app:
  runtime:
    name: nodejs22.x
  id: ari:cloud:ecosystem::app/e0....

OMG, now it works, wt… was it atlassian problem?

Hi @RomanKern, welcome to the dev community. I’m not aware of any systemic issue in which apps are throwing errors like this. However, if you’re pretty certain you’ve encountered a bug, I would recommend filing support request (just click on Ecosystem Support Request link at the bottom, and select Technical Support). Please include as much detail as possible, including your App ID in the support ticket form.