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

Inconsistent error catch for requests for non-existent programs when dcc-admin #1233

Open
anncatton opened this issue Mar 19, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@anncatton
Copy link
Contributor

Client code is not always throwing a 404 when a request is made for a non-existent program.

  • only happens on a hard page reload with dcc-admin access. Same scenario will cause a 403 for a non dcc-user because they do not have access
  • graphql response is correct, program is null:
    image.png
    When the error catch fails, a page is displayed for a non-existent program (i.e. dashboard)
@anncatton anncatton added the bug Something isn't working label Mar 19, 2020
@rosibaj rosibaj removed their assignment Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants