I don't know why developed Forge app is not working

I don’t know why, but ForgeApp has stopped working. It was working fine until a few hours ago. Also, I don’t think I edited anything other than the contents of the jsx file. All that flows after “forge tunnel” is the following picture. Currently, just for confirmation, I have only written “console.log(”Test“)” in the run(). but “Test” is not outputted, and I think run() is not being called.

If anyone knows the cause of this problem, I would appreciate it if you could help me.

Thank you very much for your cooperation.

スクリーンショット 2025-02-18 225833.png

Hi @HayataKobayashiIBMOt
In my experience, sometimes the tunnel stops responding after my mac goes to sleep so I need to occassionally stop and restart it.
In addition, once you’ve tested your app is working via the tunnel you may wish to deploy the app to your development environment using forge deploy to ensure it works without the tunnel?
If this helps, please be sure to mark this as the solution.
Cheers!
Mel