Looks like the ide has crashed

I can’t type or done anything. I have refreshed the browser and switched devices but nothing seem to help

1 Like

Same problem here. Also the android emulator is stopping (lost connection)

Is this problem still happening? I just did a quick run through of the main features, and IDX is working for me.

@Allan_Work_Space - were you in a React Native project or Flutter project?

same with me. emulator keeps stopping, i dont know if the recent upgrade i made to flutter 3.27 is the reason, it just keeps losing connecting after building an apk.

Ufff.
And I was almost finished my app, and then no preview.
IDX???

It looks like Flutter 3.27 is causing issues with the overall IDE.

I was able to get the emulator to work again by changing the following in the dev.nix file

command = [
"flutter"
"run"
"--no-enable-impeller"
"--machine"
"-d"
"android"
"-d"
"localhost: 5555"
];

but still not able to type or do anything in the main editor UI

=========
Edit 1

I recloned my project and now its using the default flutter version and everything is working as expected

Thanks for pointing this out. There seems to be several issues going on. We had rolled back flutter 3.27 due to a bad rollout.

There seems to be a separate issue with editors freezing. Is anyone still experiencing this?

when I click on the “Menu” bar, it briefly flashes and then disappears. Other projects from other accounts are ok. Flutter project

Yes still experiencing the same problem. flutter project

Same!
i still face this error :frowning:
please help @Idx

@Allan_Work_Space and @Jariullah_Sami can you give me some more details on this? Have you tried opening a fresh new workspace and you still see this issue or is it a previously opened workspace only? If it’s been previously worked on can you tell me the name of it and open a fresh workspace and let me know if that’s not working for you as well?

You need to press Enter once, after entering workspace.

when i open idx… it loads for a while and after few mins I can type, click anything, settings opens and closes quickly… idk whats happening. when I had lower flutter version it was working smoothly, I guess 3.27 is causing problems

Yes, me experiencing same issue