diff --git a/site/_includes/docs/_hosted-backend-warning.md b/site/_includes/docs/_hosted-backend-warning.md index 7332decf59..6dfe3525a7 100644 --- a/site/_includes/docs/_hosted-backend-warning.md +++ b/site/_includes/docs/_hosted-backend-warning.md @@ -2,7 +2,7 @@ When developing against a FusionAuth Cloud instance with a `.fusionauth.io` addr To work around this, you can: -* develop locally (`localhost` will work). +* develop using a local FusionAuth instance, so both your webapp and FusionAuth are running on `localhost`. * set up a lightweight proxy to ensure both servers are the same domain. * stand up a barebones backend with a more liberal cookie policy: [here's an example](https://github.com/FusionAuth/fusionauth-example-react-sdk/tree/main/server). * set up a [custom domain name for the FusionAuth Cloud instance](/docs/v1/tech/installation-guide/cloud#updating-with-existing-custom-domains) (limited to certain plans).