Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit e48d7d4

Browse files
authored
docs: Warn users against using an IP value (#633)
A developer may use the IPv4 URL from webpack's output and believe this did not work.
1 parent 9d25684 commit e48d7d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docs/frontend/development-server.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ You can now run the dev server with `yarn dev-ui` and open [https://localhost:79
3535
![lock icon in address bar](../img/addressBarLockIcon.png)
3636

3737
**NOTE**: For Firefox users that use the master password you will be prompted for it with this message: "Enter Password or Pin for "NSS Certificate DB":"
38+
39+
**NOTE**: Webpack outputs the IP from where the SPA is being served (e.g. `https://192.168.0.200:7999/`). Do not use it or you will still get the message above. The generated local certificates are only for `localhost`, `127.0.0.1` and `dev.getsentry.net`: Any of these values would work.

0 commit comments

Comments
 (0)