I’ve reported this issue to the Atlassian team, and it seems that the /page_removed
event not firing is a known bug (CONFCLOUD-79064 ), and they've rolled back the fix that caused the issue with /page_copied.
I have a macro app and page_copied and page_removed events seem not to be working.
page_copied and page_removed events should be fired.
1. clone this repo https://github.com/mhsiungw/webhooks-tutorial
2. npm install
3. start a NGROK server
docker run --net=host -it -e NGROK_AUTHTOKEN="your-token" ngrok/ngrok:latest http --domain="your-ngrok-domain" host.docker.internal:3000
4. start project
AC_LOCAL_BASE_URL="your-ngrok-domain" npx nodemon start
5. Register this macro app on Confluence
6. Create a page and insert this app
7. When you view the page, terminal will show /page_viewed event fired, but when you copy it, /page_copied event fired is not shown.
I'd appreciate any information. Thanks!
Hi @Min Wang
Your question seems to be a little more on the technical end, I would recommend posting it here https://community.developer.atlassian.com/, this is a more developer specific forum that might get you your response sooner :-)
Glad I could help.
If you found this thread useful please can you mark this as Accepted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.