[docs] Call out the gotcha of not connecting to the correct instance (#1100)

This commit is contained in:
Manav Rathi 2024-03-14 11:37:48 +05:30 committed by GitHub
commit 6f94cfb2ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,3 +17,11 @@ locally by creating a `museum.yaml` and adding the `internal.hardcoded-ott`
configuration setting to it. See
[local.yaml](https://github.com/ente-io/ente/blob/main/server/configurations/local.yaml)
in the server source code for details about how to define this.
> [!NOTE]
>
> If you're not able to get the OTP with the above methods, make sure that you
> are actually connecting to your self hosted instance and not to Ente's
> production servers. e.g. you can use the network requests tab in the browser
> console to verify that the API requests are going to your server instead of
> `api.ente.io`.