Wappler becoming unresponsive when opening files & SAs

Before i start thinking bug/ reinstalling, anyone else having issues with Wappler hanging when trying to open files or server actions (win 10/beta5/NODE)

I see Wappler going to very high CPU and, memory useage for prolonged periods when trying to open files, becoming unresponsive for several minutes
(Core i7 16GB ram)

I personally haven’t had it hang or crash (windows 10) since the beta came out. I’ve upgraded every release and it’s been normal with memory usage as well.

Are you using node platform?

Yes. Same as you. Beta 5 node project

Will try a clean install

You on mac or windows, may have a clue what is going on

Just a standard win10 pro user. Can’t stand apple :grin:

I do have a mac, like you I prefer windows. When installing i did get a warning that Wappler was potentially unsafe and had to OK the install. I know app signing was updated recently and wondered if that could be linked but problem has not gone. Back to the drawing board

Certainly Node related, can use PHP model without problem, as soon as I switch to a node project Wappler hangs

Think i have found the issue, I have a server action with about 50 steps long. i think a server action has corrupted on save and somehow has replicated the server action multiple times in the file resulting in a server action 2 million lines long. This is of course causing hanging and crashes. The debug log is 4 million lines long! @Teodor, is that a record form the longest ever server action?

4 million lines is quite a lot :slight_smile: sounds like a record indeed.
Can you replicate the issue? What were your server action steps?

1 Like

Will do what i can but opening the file is problematic and the previous git comitt is quite out of date
It is nothing too complex

database query of property records
loop through records
download data from an API for that property
parse the objects returned by the API and and write to database tables