Was there an update to Anvil on 7/18/2024 PST? I am getting these errors:
: TypeError: t.replaceAll is not a function
I have a webform that I’m calling from Pyside2’s QWebEngineView. It was literally working yesterday and this morning I can’t get it to load. This is consistent across mac and windows machines. When I try the form in a browser like Chrome, it renders fine.
Here’s a sample of errors I’m getting from QT:
Errors from QT console:
Critical:(https://xxxxxx.anvil.app/_/static/runtime/node_modules/jquery-migrate/dist/jquery-migrate.min.js?sha=106fcd8d723eda7d92a2:682 ?) Error instantiating content_panel : TypeError: t.replaceAll is not a function YAML: [object Object]
<Internal error>
Critical:(https://xxxxxx..anvil.app/_/static/runtime/node_modules/jquery-migrate/dist/jquery-migrate.min.js?sha=106fcd8d723eda7d92a2:26 ?) Uncaught runtime error: null at null:null, column null TypeError: t.replaceAll is not a function
Critical:(https://mrwolf2.anvil.app/_/static/runtime/node_modules/jquery-migrate/dist/jquery-migrate.min.js?sha=106fcd8d723eda7d92a2:682 ?) Error instantiating navbar_links : TypeError: t.replaceAll is not a function YAML: [object Object]
<Internal error>
Critical:(https://xxxxxx..anvil.app/_/static/runtime/node_modules/jquery-migrate/dist/jquery-migrate.min.js?sha=106fcd8d723eda7d92a2:26 ?) Uncaught runtime error: null at null:null, column null TypeError: t.replaceAll is not a function
Critical:(https://xxxxxx..anvil.app/_/static/runtime/node_modules/jquery-migrate/dist/jquery-migrate.min.js?sha=106fcd8d723eda7d92a2:20 ?) TypeError: this.animation.commitStyles is not a function
I x’d out the url, but I can provide it to support when they contact me.
My guess is that some library got updated and is not compatible with the webengine for QWebEngine?
This disussion topic seems related to my issue:
Let me know how I can escalate this! I am willing to upgrade my service to get this fixed if possible.
Thanks!