Skip to content
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

POST to /alexa/format-intents fails on Bluemix #9

Open
hardillb opened this issue Oct 22, 2016 · 1 comment
Open

POST to /alexa/format-intents fails on Bluemix #9

hardillb opened this issue Oct 22, 2016 · 1 comment

Comments

@hardillb
Copy link

When Node-RED is installed using the boilerplate on Bluemix is moves the editor (httpAdminRoot) to /red.

This means the Skill Config node is trying to POST to /red/alexa/format-intents instead of /alexa/format-intents which it is where it's actually bound

@hardillb
Copy link
Author

The fix is to take the / off the start of the URL at https://github.com/mattotodd/node-red-contrib-alexa/blob/master/alexa.html#L76

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

No branches or pull requests

1 participant