accessibility-exchange / platform

The Accessibility Exchange platform.
https://github.com/orgs/accessibility-exchange/projects/2/views/8
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

Route [login] not defined. #2198

Open jobara opened 7 months ago

jobara commented 7 months ago

Symfony\Component\Routing\Exception\RouteNotFoundException

Route [login] not defined.

:dart: Illuminate\Routing\UrlGenerator::route :page_facing_up: /vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php

477      }
478   
479*     throw new RouteNotFoundException("Route [{$name}] not defined.");
480  }
481   

Open in Flare

jobara commented 7 months ago

This error occurred in production. It isn't exactly clear what happened but looks to have come from the dashboard page of a community organization user.

flare-error-tracker[bot] commented 3 weeks ago

Issue was linked with Flare error: Route [login] not defined.

jobara commented 3 weeks ago

This has occurred again but this time from https://accessibilityexchange.ca/en/introduction. Again it isn't clear what happened here, but I wonder if it's related to a cookie expiring. There may also are some interaction between the setup of redirects to login from the main app and the filament admin panels. However, this is an issue that happens infrequently so there's probably something very specific.