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
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
The cohort list, which uses the /cohorts/ route, does not seem to be accessible on either the AWS test instance or on-premises production instance of Student Explorer. I was seeing the following error when trying to access the route on the former:
NoReverseMatch at /cohorts/
Reverse for 'cohort' with arguments '('',)' not found. 1 pattern(s) tried: ['cohorts/(?P<code>[\\s\\w-]+)/$']
There does not seem to be a problem with this route (which uses CohortView) when running the application locally.
The text was updated successfully, but these errors were encountered:
The cohort list, which uses the
/cohorts/
route, does not seem to be accessible on either the AWS test instance or on-premises production instance of Student Explorer. I was seeing the following error when trying to access the route on the former:There does not seem to be a problem with this route (which uses
CohortView
) when running the application locally.The text was updated successfully, but these errors were encountered: