How to fix error "\"autorun.run_on"... flagged with Flusk

Hey everyone!
There is an error on my app for which I would love a bit of help

I’m using Flusk to monitor errors from my users and it recently flagged this error…

It appears to be a client-side error and happens on the live version of my app.

Here’s an example of the error message that one of my user recently experienced:

"autorun.run_once timeout\n    at timed_out2 (https://airbuzz.co/package/run_js/70cab5ebcf3a381ca8ebeacbc4b336bca9562e1f5318e5a925d50288f51fb05c/xfalse/x29/run.js:115:31431)\n    at check_timed_out2 (https://airbuzz.co/package/run_js/70cab5ebcf3a381ca8ebeacbc4b336bca9562e1f5318e5a925d50288f51fb05c/xfalse/x29/run.js:115:30662)\n    at root (https://airbuzz.co/package/run_js/70cab5ebcf3a381ca8ebeacbc4b336bca9562e1f5318e5a925d50288f51fb05c/xfalse/x29/run.js:51:47671)\n\n"

The error occurred on the page search of my app.


Here’s the link to the live preview of my app: Casas para eventos Day Use e hospedagem de grupos | Airbuzz

Here’s what I understand from this error:
I don’t know what this error message “autorun.run_once timeout\n at timed_out2 ([LINK]:115:31431)\n at check_timed_out2 ([LINK]:115:30662)\n\n” means.

Do you have any clue what the error is about? And what I should be doing from there?

Any help would be really appreciated :pray:

Olivier


Posted with the @Flusk tool

I had this error, for me it was a “do when pages is loaded” workflow formatting some data as text that took too long and timed out the workflow

This topic was automatically closed after 70 days. New replies are no longer allowed.