WARNING: This application uses deprecated jQuery 2.2 features. Please see the Javascript console for more details. Error: jQuery.fx.interval is deprecated
I believe it is related to the external library BeautifulSoup.
This definitely isn’t related to BeautifulSoup, which is only available on the server. Would you mind PM-ing me a clone link for your app so I can take a look?
Yesterday I saw the same message for a few minutes, then it disappeared. I am importing only datetime on the server side, nothing on the client side (other than the usual anvil libraries).
I’m still trying to chase this one down. It happens very occasionally to me. In the meantime, I should reassure you that it definitely isn’t causing any issues, it’s just a warning!
Sorry to ruin the lead, but I’ve received it several times today and I’m working on a wired home internet connection…
Today it has been appearing when I ‘Run’ the app from the IDE, and normally after I’ve changed something. It might be related to changes made to the form init method… but again potentially a red herring
@mattstibbs - Thank you! This stack trace was exactly what I needed, and which I hadn’t been able to capture myself.
I’m delighted to report that this is a bug in jQuery (or its migration library), which I have now reported. Once it’s fixed on there, I’ll be sure to merge the fix into Anvil. In the meantime, I have switched Anvil to a patched version of jQuery that doesn’t have the problem. This will go live in the next day or two.