Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Flask Flash Messages Only Appear on Reload #264

Description

@RyuGuardian

The messages put into flask.flash don't appear when updating the UI in real time. The site has to be reloaded.

Examples:
Try logging in using bad credentials: the page reloads automatically, therefore you see the flash message.
Delete a character: no message appears, but if you refresh or go to the home page, you'll see the message (or messages if you delete multiple characters). (This is easier seen after PR #263 is merged, or you can checkout branch AK/delete-character.)

Metadata

Metadata

Labels

FlaskHas to do with Flask frameworkPythonRequires working with the back-end Python codeUI/UXDirectly affects looks and/or functionality of website.bug

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions