Hi everyone,
Recently, I joined the Confluence training course and have been diving deeper into app development using Forge. I am currently working on a Forge app for Confluence, but I am running into an issue with a custom macro not rendering as expected.
This macro shows up fine in the editor and seems to publish correctly, but when viewing the page, the content does not display properly it either appears blank or gets stuck showing the loading spinner.
Here is what I have done so far:
- Built the macro using
@forge/ui
. - Fetching external data using
@forge/api
. - Permissions seem to be correctly set in the
manifest.yml
. - No errors in the browser console or Forge tunnel logs.
Has anyone else experienced this kind of issue? I had really appreciate any tips on what might be causing the rendering problem or what I could check next.
Thanks in advance for your help!