-
I have a form that uses auto_refreshing from Anvil Extras. It is throwing this error:
Commenting out the @auto_refreshing decorator makes the error disappear but there is nothing in the error that I can see that points to the auto_refreshing decorator. Not quite sure whether this is an Anvil Extras issue or an Anvil issue. I cannot for the life of me replicate it in a new app. Any suggestions on what the error is alluding to? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Is it happening on instantation? Infinite loops for auto refreshing could be caused by a custom component where an action is linked to an event that triggers a writeback that raises the action. My first version of the slider suffered from this issue. Any more info would obviously be helpful. A link to the live app with repo steps would probably be enough. |
Beta Was this translation helpful? Give feedback.
-
Ok thanks Stu. This is probably what it is as I do have this. I will
confirm shortly.
Thanks for the quick help.
…On Thu, 28 July 2022, 4:15 pm stu, ***@***.***> wrote:
Also having a refresh_data_bindings event handler that sets something on
the item would probably cause a blow up too.
—
Reply to this email directly, view it on GitHub
<#362 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHTGL6DH4WZJ53AF2TQ64P3VWI6SZANCNFSM544JAIRA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Is it happening on instantation?
Or is it happening on a specific action?
Infinite loops for auto refreshing could be caused by a custom component where an action is linked to an event that triggers a writeback that raises the action.
My first version of the slider suffered from this issue.
Any more info would obviously be helpful. A link to the live app with repo steps would probably be enough.