I was able to resolve this error by resolving an error in my backend canister (using Azle) that was not detected by the compiler.
I am not sure which error it was specifically but:
[Probably what caused this error] I recently updated a type within an interface. I did not update the type passed into an update function that used that interface. For example:
Would you be able to provide more details? I don’t quite understand what the issue was, and I’m trying to understand if this is a problem with Azle itself.