Open Nakatomi2010 opened 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.
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.