getsentry / vanguard

Apache License 2.0
41 stars 3 forks source link

It's possible for author to be `null` #101

Open chadwhitacre opened 1 year ago

chadwhitacre commented 1 year ago

Not sure how it happened but it happened on this post. Here's how it showed up in Slack:

null
dcramer commented 1 year ago

Digging into this to figure out why it didnt force the redirect.

dcramer commented 1 year ago

In root.tsx we check for the attribute, and when its not set we redirect a redirect. However, something changed in Remix (maybe with a prior version upgrade) that this redirect is now completely ignored, and instead the child routes are rendered but without the correct loader data.