Skip to content

Commit 1373232

Browse files
authored
Adding NGINX troubleshooting step
After a day of working with somebody on Discord, we discovered that a trailing slash on `proxy_pass` results in errors
1 parent 08592c1 commit 1373232

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)