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....