Skip to content

Commit

Permalink
Update README.md in express to include some concrete tips (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
chamons authored Nov 18, 2024
1 parent 41a141b commit 765c6a3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions express_webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,22 @@ npm rebuild node-sass
```

from *inside* the docker container shell.


## Debugging Tips for OneSignal WebSDK Sandbox

### To clear your state:
1) Inspect -> Application -> Clear Site Data button

![image](https://github.com/user-attachments/assets/701e3da1-0c15-4940-a47b-feab55e2b953)

2) Click button left of URL, remove notification permission

![image](https://github.com/user-attachments/assets/72d718a6-15da-4261-8919-2a2b565d1db3)

### In the event of weird errors (can not find your application, it is not configured correctly, etc):
1) Inspect -> Network -> Disable Cache

![image](https://github.com/user-attachments/assets/83950e91-7278-4f96-8c75-577797cc9697)

2) Refresh

0 comments on commit 765c6a3

Please sign in to comment.