-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 404 Error on Manager Profile Pages and Rivalry Page #244
Comments
+1 In my case, I get it when clicking on managers on the managers page, as well as when clicking on the "trades & waivers" page. Also, trades & waivers fail to load on the home page. Both of these are new leagues, but the one that is having the issue happens to have been "reset" once within sleeper (long story), so I wonder if something related to that is causing the problem. |
@ittwa - out of curiosity, has your league ever been reset? |
Thanks for the additional context, @TannerHopkins. I don't believe my league has ever been reset, but it could have been like ~4 years ago when I was initially migrating from ESPN. @nmelhado any chance you can look into this? I'm hoping to share this site with my league prior to the start of the regular season. |
Not the most technical here (at least with websites), but I used the chrome "inspect" feature and checked the console and found this exact error for both of my pages: Specifically, error appears to be here (after clicking on Feel like this should help a little with the debugging. If you want to look for yourself, here is my (failing) website: https://grandexchange.vercel.app/ |
I had another theory on something different about my league - we've had a couple of waiver force adds to teams, which shows up as a different type of transaction ( |
Sorry for the delay all. I've been super busy and haven't had a chance to debug at all. Finally got around to it this morning. he bug was happening because somehow in both of your leagues there were some matchups with only 1 team. I've added a simple fix which should resolve your issues! |
@TannerHopkins and @ittwa this is now fixed. If you're still seeing any issues after you update, please let me know! |
Thanks, @nmelhado! Looks great! |
Thanks so much @nmelhado ! No worries on the delay at all, appreciate all that you've done for creating this in the first place. Excited to see how my league likes it! |
Hello! I'm having a similar issue on this page. Here is my league page: Any help is greatly appreciated! |
Describe the bug
The 404 page ("Hut, Hut, Blue 404!") shows on the Rivalry page and on any individual manager page.
edit: this also shows on the Records page as well.
Your League ID
918205115247595520
To Reproduce
Steps to reproduce the behavior:
Managers
pageOR
Rivalry
pageExpected behavior
I expect to see the pages like you have on your site (Manager profile, Rivalry)
Screenshots
Desktop:
edit: I've also confirmed this is happening in Chrome as well.
Smartphone:
Additional context
@nmelhado I'm sure this could just be an error/oversight on my part as setting up a website is all relatively foreign to me. I followed your instructions and everything is working on my site, except for the manager profile pages and rivalry pages. Here is my repo if it helps. Thanks!
The text was updated successfully, but these errors were encountered: