Skip to content

Commit b23adce

Browse files
authored
Merge pull request #70 from netlify/add-more-context-and-suggestions-to-local-mention
add FAQ to readme
2 parents c08e872 + 0053373 commit b23adce

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,17 @@ netlifyIdentity.gotrue
105105

106106
## Localhost
107107

108-
When using the widget on localhost, it will prompt for your Netlify SiteURL the first time it is opened.
108+
When using the widget on localhost, it will prompt for your Netlify SiteURL the first time it is opened. Entering the siteURL populates the browser's localStorage.
109109

110110
This allows the widget to know which instance of Netlify Identity it should communicate with with zero
111111
configuration.
112+
113+
## FAQ
114+
115+
- If you experience a 404 while testing the Netlify Identity Widget on a local environment, you can
116+
manually remove the netlifySiteURL from localStorage by doing the following in the console.
117+
118+
```js
119+
localStorage.removeItem("netlifySiteURL")
120+
```
121+

0 commit comments

Comments
 (0)