It seems like, since this is the only page set up to display flashed messages, it can end up with a lot to unload.
The example that prompted this issue was getting 6 identical "please log in to view this page" messages when I eventually navigated to the account management page after tinkering with login stuff. Ideally, the message would flash on the dash page!
Probably related: once logging in, the redirected page still shows the 'next' url query. Seems like the first "official" request (as perceived by flask-login) happens on the page after the login page, not the login page itself.
It seems like, since this is the only page set up to display flashed messages, it can end up with a lot to unload.
The example that prompted this issue was getting 6 identical "please log in to view this page" messages when I eventually navigated to the account management page after tinkering with login stuff. Ideally, the message would flash on the dash page!
Probably related: once logging in, the redirected page still shows the 'next' url query. Seems like the first "official" request (as perceived by flask-login) happens on the page after the login page, not the login page itself.