Skip to content

Commit 514ff73

Browse files
authored
Merge pull request home-assistant#5439 from home-assistant/DubhAd-patch-6
Adding NGINX troubleshooting step
2 parents 08592c1 + 1373232 commit 514ff73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/_components/google_assistant.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,9 @@ The request_sync service may fail with a 404 if the project_id of the Homegraph
175175
3. Enable Homegraph API to the new project.
176176
4. Generate a new API key.
177177
5. Again, create a new project in the [developer console](https://console.actions.google.com/). Described above. But at the step 'Build under the Actions SDK box' choose your newly created project. By this, they share the same `project_id`.
178+
179+
### {% linkable_title Troubleshooting with NGINX %}
180+
181+
When using NGINX, ensure that your `proxy_pass` line *does not* have a trailing `/`, as this will result in errors. Your line should look like:
182+
183+
proxy_pass http://localhost:8123;

0 commit comments

Comments
 (0)