I had upgraded fronm 1.3.4 to 1.4.2 but old cloud functions were not executing so I decided to go back to 1.3.4 instance and restore backup with restore script.
Databases, Storage seem to be working fine but I cant pinpoint the issue with auth and functions
this happened on production so i really am trying to get this fixed asap-
no function execution containers are creating-
ok i thnk i fixed it somehow with fresh installation
and again restoring
[CLOSED] Auth & Functions Not Working After Backup
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?