I have contacted the support team, and have tried all the ways described currently , but nothing seems to work.
the support team told me that they know about this issue and are trying to come up with a solution.. but since the application we have created are now becoming not manageable with the current situation’s ? So do we have to wait for rollout of a new patch or is this a temporary problem ( because they told me they cant give a date when this issue will be fixed ) .
if anyone recently has been helped or knows the solution please advise as well .
dont know about that, but i did shared the project with another user , and then tried from there , (also did not work. ) so you know i dont want to be self resolcing this issue since its a common issue now
( This message is from the Firebase Studio Team, For me it did not work )
Since it can sometimes be tricky to decide which files can be ignored to reduce the data used by the AI Prototyper, we recommend using the following command in your terminal:
find . -type d ( -name “node_modules” -o -name “.next” ) -prune -o -type f -size +1M -exec ls -lh {} + | tee heavy_files.txt
Finding Files to Exclude
Click on the “switch to command” icon in the right corner of your interface.
Enter the command we discussed into the terminal and press enter/run.
A new file named “heavy_files.txt” will be created. In this file, you’ll find a list of files sorted by size that you might consider ignoring and adding to your /.aiexclude file.
If these steps don’t bring the required effect, we’ll unfortunately have to wait for the fix from the product team. You can keep an eye out for any updates regarding this issue in our release notes or the Firebase Studio Community.
In the meantime, have a good day! If you have any further concerns, please feel free to contact us.