9 ways to resolve "It works on my machine": 1
9 ways to resolve "It works on my machine":
1. Try incognito mode.
2. Use a different browser.
3. Is everything committed?
4. Did you change/add a file that is gitignored?
5. Delete node_modules and run npm install.
6. Check your dev env versions such as Node/npm.
7. Is your timezone different?
8. Sign in as a different user.
9. Use Docker so everyone has the same env.