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
and try to access the page I get the sign-in page as expected. However, when I enter incorrect username or password, the original error message stays the same. So "Must be logged in" instead of "Login forbidden".
By testing it in the boilerplates provided here it seems that it is a bug introduced after those were made. When I clone that repo and log in after a ensureSignedIn has triggered, I get the appropriate message when entering the wrong information. But when I update the meteor packages and try again, I am stuck with the origional error.
The text was updated successfully, but these errors were encountered:
Hello,
When I have configured a route like this
and try to access the page I get the sign-in page as expected. However, when I enter incorrect username or password, the original error message stays the same. So "Must be logged in" instead of "Login forbidden".
By testing it in the boilerplates provided here it seems that it is a bug introduced after those were made. When I clone that repo and log in after a ensureSignedIn has triggered, I get the appropriate message when entering the wrong information. But when I update the meteor packages and try again, I am stuck with the origional error.
The text was updated successfully, but these errors were encountered: