You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to load the tags page for a nonexistent tag, it silently redirects you to the "all items" screen for the hub, instead of telling you that there are no items with that tag. This made me think #49 was some sort of catastrophic database bug instead of a mere rendering problem.
The text was updated successfully, but these errors were encountered:
Currently, the application redirects the user to 'all items' screen for the hub, if a tags page does not exist. The solution is to use flash instead of flash.now, as the latter is only used for rendering. This issue was raised in berkmancenter#50
If you try to load the tags page for a nonexistent tag, it silently redirects you to the "all items" screen for the hub, instead of telling you that there are no items with that tag. This made me think #49 was some sort of catastrophic database bug instead of a mere rendering problem.
The text was updated successfully, but these errors were encountered: