Yesterday a student:
This is an edge case where the FCS tab's login state is outdated. In a typical situation, FCS would see the Clerk cookie on load and authenticate the user without them having to follow the link to PS.
The redirect is currently handled by the Clerk package, so the fix would be to add some manual handling on the homepage that follows the redirect if the user is already signed in.
Yesterday a student:
This is an edge case where the FCS tab's login state is outdated. In a typical situation, FCS would see the Clerk cookie on load and authenticate the user without them having to follow the link to PS.
The redirect is currently handled by the Clerk package, so the fix would be to add some manual handling on the homepage that follows the redirect if the user is already signed in.