Have anyone being succseful trying to publish their site?

I tried to create an AI prototye, but the rollouts always fail. And the FirebaseStudio couldn’t fix the errors even when I type in the logs.

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!!!

3 Likes

You are right. I have been battling this rollout for sometime now but i tried your trick and its actually a charm as you said

Yes, here is mine https://mtrivia.net/

I must admit I encountered a lot of rollout fails myself before it finally worked, after some back and forth fixing issues here and there. For someone who is totally new to coding and building apps, it’s still a very steep learning curve.

I used npm run build and let the terminal to detect each error separately untill all of them were solved, one by one. this also ensures that yourt app is errors free. this might be exhausting, but for sure needed process. I have no idea what that yalm file does or whether it solves the problems or just forces publishing

Have you considered building a pipeline?