mike-grant / haaska

Home Assistant Alexa Skill Adapter that supports v3 of the Alexa Smart Home Skill API
MIT License
539 stars 118 forks source link

502 bad gateway going through NGINS reverse proxy #242

Open Nakatomi2010 opened 2 years ago

Nakatomi2010 commented 2 years ago

I'm using a reverse proxy to do my Alexa thing.

Externally it works fine, however, once Lambda tries to do its /api/alexa/smart_home thing, it just fails with error 502 bad gateway.

Internally if I go to /api/alexa/smart_home I get a 405 invalid method error, so I'm inclined to think the issue is getting through my reverse proxy.

I'm not as familiar with NGINX, thoughts on the possible issue here?

NGINX is not integrated with Home Assistant, it's a separate install.