Anyone else having issues with user accounts (memberships) logging in?
The login POST request from our webflow site times out and products a 406 response.
Also down is the log-out functionality and fetching data on the user account page.
Anyone else having issues with user accounts (memberships) logging in?
The login POST request from our webflow site times out and products a 406 response.
Also down is the log-out functionality and fetching data on the user account page.
Working fine on my sites.
I can’t remember the failure code however you may have tripped a security feature.
If you do multiple logins in a narrow timeframe from a single IP, for example, you’ll get locked out for 3 hours.
I ran into this a lot while building the SA5 user info toolset.
Thanks, that seems to be it. Appears to be working when on VPN, so looks like my IP was blocked which impacted all devices.
I was doing lots of logging-in/logging-out when i got blocked so guess that tripped it.