-
Notifications
You must be signed in to change notification settings - Fork 409
🐛 [firestore-send-email] Reconfiguring extension leads to "Function location processQueue would be changed during update" error #2191
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
Comments
Same issue here. Did you manage to find a solution yet? |
I’m experiencing the same issue here, but on v0.1.35. |
Hi! Thanks for raising this We've recieved this issue and we're reviewing it, I'll give you updates as soon as possible. |
Hi @hongaar Have you experienced this when updating the parameters of any other extension? |
@CorieW not that I can remember. |
No solution yet? |
This seems like it could be a platform issue, raising it for an internal discussion with the team. We'll provide updates ASAP! |
Thank you @cabljac 🚀 |
Describe your configuration
Describe the problem
I want to update some parameters from the Extensions GUI in the Firebase Console. When I click Reconfigure extension, make my changes, and then click Save, nothing happens in the GUI. I can see a request is made for
https://firebaseextensions.clients6.google.com/v1beta/projects/examtraining-c20cd/instances/firestore-send-email?updateMask=config.params,config.system_params,config.allowed_event_types,config.eventarc_channel&alt=json&key={key}
with the updated params in the payload. This request runs into a 400 response with this body:After clicking Cancel, this message occurs in the Extensions GUI:
Not sure if this is something which can be fixed in the extension code or is a generic problem with the Extensions GUI and should be addressed to the Firebase team.
Steps to reproduce:
I first updated the
TTL_EXPIRE_TYPE
successfully, but after this, subsequent changes to any other param resulted in this error.Expected result
Updated params
Actual result
Error message
The text was updated successfully, but these errors were encountered: