You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase functions that do not update during a deployment with Skipped (No changes detected) will cause an error if hosting rewrites to a function that didn't update (Skipped (No changes detected)).
Hi @chriswaterbury, thanks for the detailed report. I was able to reproduce this issue. I’ll notify our engineering team so they can take a look, and I’ll be marking this as reproducible.
Hey folks, there was a recent fix #6658, which is available on the latest version of firebase-tools(v13.5.2), that should address this issue. I tried to reproduce this issue again using v13.5.2, and no errors were raised during deployment. Just to verify, can anyone try using the latest version to deploy to see if the issue persists.
[REQUIRED] Environment info
**firebase-tools:**13.0.2
Platform: macOS, Ubuntu
[REQUIRED] Test case
Firebase functions that do not update during a deployment with Skipped (No changes detected) will cause an error if hosting rewrites to a function that didn't update (Skipped (No changes detected)).
Ex hosting config:
[REQUIRED] Steps to reproduce
[REQUIRED] Expected behavior
firebase deploy should deploy even if changes to a hosting rewrite function aren't made
[REQUIRED] Actual behavior
The text was updated successfully, but these errors were encountered: