Firebase Studio "hits a snag" - constantly

Trying to prototype an app, firebase quits saying:

{
  status: 'GEMINI_FAILURE',
  errorMessage: 'An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting',
  text: [Function (anonymous)],
  functionCall: [Function (anonymous)],
  functionCalls: [Function (anonymous)],
  traceId: '330c0677073a2c9cbf573f1602286b74'
}```

Retrying, as suggested, doesn't help.

Getting that in the API and now the webapp constantly.

yeah, same for me.
in other projects too

Can you share a bit more information on the errors you are seeing? Or if you can provide code where the error is thrown?

Additionally for Firebase Studio queries, you can also try community.firebasestudio.dev

I’m facing this issue in the prototyper it keeps saying sorry I hit a snag, please try again shortly when I’m trying to make changes to my project

So do I. How Can I solve it ?

Same problem. Any solution?

I’m facing the same problem. When I open up the error, it says “[GoogleGenerativeAI Error]: Error fetching from https://monospace-pa.googleapis.com/v1/models/gemini-2.5-pro-preview-03-25:streamGenerateContent?alt=sse: [400 Bad Request] Request contains an invalid argument.”

I reverted to the version before the error messages started and it seems to be working again.

I dug deeper and found more about my issue. I was saving PDFs and images and it was writing them directly into the JSON file, which made it too big to run. I asked it to set up a file structure for the files to be uploaded into and requested that everything is done through linking to that media and I haven’t had a problem since.