Around 09:47 our system detected the Vev editor was not loading. We discovered this issue was related to Google Firebase routing rules not working as expected, this caused the users not to be able to open the editor.
At the time of writing this report, the issue has still not been resolved by Google, but we have deployed a workaround to make the editor run.
Reports | Description |
---|---|
09:47 20.05.2021 |
Issue was detected |
10:00 20.05.2021 |
Root cause of issue was discoverd |
10:45 20.05.2021 |
Workarround to the firebase rules was deploy |
The root cause of the incident was a Google Firebase router breaking. This was a widespread issue for all applications using Google Firebase Hosting, utilizing the hosting rewrite rules
First, we tried to replace scripts loaded from the __ folder with full URL to [https://vev-prod.firebaseapp.com/__/](https://vev-prod.firebaseapp.com/__) which was working at the time
Changed all scripts loaded from __ to be cdnjs script or loaded locally