-
Notifications
You must be signed in to change notification settings - Fork 29
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
Contact Us link loads a bunch of JSON #6282
Comments
You can also reproduce this with the About link at the top of the page. JSON page props being cached by the CDN, I'd guess. trim.C239F7E3-39F3-4ED1-82E1-C5B5889448FD.MOV |
The About URL seems to be generally broken, which would happen if a Next.js JSON file has been cached for that URL. The default lifetime for shared caches is 1 year in Next.js. trim.9484F873-CE03-4568-9D1C-F61836972B56.MOV |
Posting a link here to confirm that it is the URL itself that is broken. https://www.zooniverse.org/about That link downloads a JSON file on my phone. |
Thanks Jim we’re aware of this behavior with the fe-root app and working on a fix |
This is mitigated for now by pointing all Further reading: vercel/next.js#49140 |
I’ve run into problems with Zooniverse FrontDoor, in the past, because FrontDoor ignores query parameters by default. So it might be worth double checking that query parameters are enabled, in FrontDoor, for these URLs. Next.js adds a Here are the requests for |
A single Next.js app can run the pages router and the app router side-by-side, so you could copy the pages router into |
By the way, the new About page takes more than 9s to run on a low-end mobile device (and 1.5s on desktop.) Over half of that is the YouTube embed on mobile, so I'd recommend switching to |
Agreed, but your comment is unrelated to this Issue.
Also unrelated to this Issue. Please create a separate one if you'd like to track it using Github. |
Caching query params was never enabled for any "www" url. It was enabled for frontend.preview, so that might what you're remembering from a couple of years ago.
True. Caching with query params is now enabled for all of www.zooniverse.org in FrontDoor config. All |
Describe the bug
trim.9854FD57-532F-4C98-B592-6BC0AAD91127.MOV
To Reproduce
https://planethunters.org
Click Contact Us in the page footer.
Expected behavior
You should go to the contact page.
The text was updated successfully, but these errors were encountered: