James Carignan
James Carignan
I encountered this issue as well, and spent far too long in determining that it's caused by Flask-Login. They changed current_user.is_authenticated() to be a property in 0.3.0, and thus making...
Truth be told, I didn't really look at the changelist for 0.3.0, I was hoping it was just that one issue. FYI I'm using my patched version, and was able...
I started getting this error when running `azd up` and it coincided with enabling `azd operations` via `azd config set alpha.azd.operations on`. I disabled it with `azd config set alpha.azd.operations...