Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The incorrect template is displayed after the page refresh #2281

Closed
marla-singer opened this issue Mar 14, 2017 · 0 comments
Closed

The incorrect template is displayed after the page refresh #2281

marla-singer opened this issue Mar 14, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@marla-singer
Copy link
Contributor

Steps

  1. Sign in as admin in nightly.apinf.io
  2. Navigate to Users page (https://nightly.apinf.io/users)
  3. Refresh the page

Expected

The same page as before refresh

Found

No authorize template

Reason

The Roles package actually depends on a subscription, which means that if the subscription is not ready the Roles.userIsInRole method will always return false.
And then your route fails, because FlowRouter always runs no matter what.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants