OpenAI and Confluence integration

I’m trying to create a chatbot on my confluence page.
I use OpenAI Rest API and confluence custom UI kit.
I show my manifest.yml, src/index.js, static/hello-world/App.js files.



I enter the submit button but there’s no response from gpt.
Please tell me if you have an idea.

1 Like

If you are building your app using Custom UI, then you shouldn’t use the fetch function to try and invoke your resolver. Instead, use the provide invoke function in @forge/bridge: https://developer.atlassian.com/platform/forge/runtime-reference/forge-resolver/#usage---custom-ui

1 Like