Hi team! Long time firebase user. Decided to give studio a try for an internal tool for my company. I’ve been unable to get a successful first rollout, it was an issue yesterday and still is. npm run build does successfully produce a build, the web preview works fine, but after many tries yesterday and today I can’t get a deployment to go through.
I know there’s a reported service disruption right now but this was an issue yesterday before the current event.
Are there any ways to see build/deployment logs?
Please help! Thank you!
Are you trying to host it on firebase? Because if yes, you can go to firebase site on the side menu, look for “App Hosting” and you will be able to access the rollout logs through google cloud.
Hey @Adenilson_Ribeiro – thank you for the suggestion. I’ve just checked. Both runtime and build logs for this project are empty over the relevant date range, no rollout history either. Firebase hosting is the plan. Oddly, the project never created a firebase.json file.
I’ve also tried running firebase init in the project terminal which prompted the cloud resources permission prompt. Enabled all services, continue answering init questions
Thank you very much for your help.
1 Like
@kirupa What do you think is happening w/ the rollouts? I’ve seen a lot of errors/fails when trying to deploy AI prototyped applications.
I followed the tips of someone here!! It worked!!
Just create an file with this name: apphosting.yaml
and insert this:
runConfig:
minInstances: 0
maxInstances: 8
##concurrency: 100
##cpu: 2
##memoryMiB: 1024
it worked like a charm!!!
2 Likes
No luck with this when I tried it. I put the apphosting.yaml in the root of the project, same scope as the firebase.json file. Is that where you put yours?
Thanks!
Same as, README.md, outside all folders.
Thanks again for the response. No luck here with the same folder structure, but I’m pleased you found a fix on your end! Every time I try a new system, I always neglect trying production builds along the way to make sure it works
.
Oh well.
Happy building!
1 Like
This actually works everyone should try this 
2 Likes