I’m testing my own macro für Confluence (Cloud)
Starting with:
- Node v12.13.1
- NPM 6.12.1
https://developer.atlassian.com/cloud/confluence/getting-started/
After
npm start
the last two lines are:
POST /installed 204 46.470 ms - -
Registered with host at https://(MyServerName).atlassian.net/wiki
On the confluence page in edit mode, my " Hello World macro " appears unter Insert Macro → all.
But if I select the macro, I get the error " App is not responding" in the macro window
" npm start " ist furthermore running an shows no error or information
Any idea, what is missing?
Frank