Skip to content

Added a new sample to show working with I/O Events #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bootsie123
Copy link
Contributor

@bootsie123 bootsie123 commented Jul 19, 2021

Adds a new sample to show how to work with I/O Events with CC libraries. The sample takes the form of a webpage that allows you to trigger different I/O events and shows the resulting API and webhook responses. Solves issue #3.

@kerrishotts
Copy link
Collaborator

Hmm. This mostly works, but I'm not getting any webhook responses. I can see that events are happening in the debug tracing on Console, but the response is empty, leading to an error in the JS console:

image

@bootsie123
Copy link
Contributor Author

Hmm... I'm also running into this issue now. It looks like for some reason the webhook is returning an empty body which is causing the issue. I'll have to look into this one further

@bootsie123
Copy link
Contributor Author

Just did some more testing. It looks like the HTTP request from Adobe IO doesn't have a body attached to it. Although in the event debug tracing tab it says does. Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants