We have a self-hosted version of retool, we can access the login page but the login itself is failing

When we enter our credentials, it submits the form, and returns these errors, and then refreshes the page.

This is a self-hosted version that has been working until today

Hey @Alexandra_Matthews - Looks like you're not accessing your Retool instance over HTTPS, so you'll need to set the COOKIE_INSECURE environment variable in your deployment to opt into allowing users to log in over HTTP.