Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md in express to include some concrete tips #1208

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading