React Example: Start Basic Auth BUG ?
I just cloned the
And normally, if I'm not authenticated, I don't have access to the
Well, I don't know by what miracle, but I can access this page as normally as possible.
It shows me the login form, and a few seconds later it shows me the posts page with a bug, because when it redirects me to
Tanstack Start BASIC + AuthAnd normally, if I'm not authenticated, I don't have access to the
/posts page.Well, I don't know by what miracle, but I can access this page as normally as possible.
It shows me the login form, and a few seconds later it shows me the posts page with a bug, because when it redirects me to
/posts, I don't know why, but it doesn't retrieve the data from the loader: () => fetchPosts(),