MarksASP
MarksASP

Reputation: 506

Firebase deploy hosting. Others can see the changes but I can't

After I build my Angular 5 app and then run

firebase deploy --only hosting

... other people (not within network) can see the proper changes and I am the only one who can't see them.

I am the only developer. I cleared cache on Chrome, opened in private mode, used another browser (Firefox), and nothing.

I can see the changes when I use a VPN. Is this problem related to my IP address? Why does it happen?

Upvotes: 0

Views: 71

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 600006

Most likely you are hitting a node on the CDN that accidentally wasn't clear when you deployed the latest update. This should be really rare.

The simplest fix is to deploy the update again, which will force another purge of all CDN edges. If that doesn't fix it, reach out to Firebase support for personalized help in troubleshooting

Upvotes: 1

Related Questions