Side note - tried to upgrade from 2.16.3 to 2.16.7...
# ask-community
s
Side note - tried to upgrade from 2.16.3 to 2.16.7 and every single flow is now crashing with
Missing CRF token
... Is this a new feature or something I need to read up on. Ah, guess it from https://github.com/PrefectHQ/prefect/pull/12377
1
r
Yup, it broke our deployment as well. I tried to set
PREFECT_SERVER_CSRF_PROTECTION_ENABLED
to
false
server side, but ended up rolling back to 2.16.5 since the server kept 404ed anyway.
j
Hi folks ! Same here, upgrading to 2.16.7 has fixed the issue on my side
Looking at the changelog: https://github.com/PrefectHQ/prefect/compare/2.16.6...2.16.7 I'm not sure to see anything related to CSRF token 🤔
n
hi all - we're going to do a follow up release to restore the default behavior here as it relates to CSRF and fix a problem with the UI build here sorry for any inconvenience!
🙏 1
j
2.16.8 is now on PyPI.
🙏 2
r
Thanks a lot!