-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cannot read properties of undefined (reading 'currentPage') #575
Comments
Same error here. Log file says:
So it should be related to the loader not finding the content collection. In the patch which upgrades astrowind to 5, there is also a "git mv " of src/content -> src/data/. |
Testing with the plain AstroWind repo, it does not seem like the blog collection are able to load properly. The blog list is empty and going to one of its posts returns 404.
|
I opened a discussion around this last week I removed pages/..blog/category to get things working |
I have the same error when I try to upgrade from Astro version 4 to 5. Looking forward to possible solutions |
I had the same error here after upgrading Astro to 5. I noticed it happens when running I'll just stick with Astro 4 for a while 🤣 |
actually can I develop locally without crashing error when updating to latest astro version, ("astro": "^5.1.3") however still the issue is there: [WARN] [router] A |
I've solved it, updated and copied code again from source and noticed indeed the extra folder when upgrading to astro 5. |
I was able to upgrade to Astro 5, and I also updated some dependencies and integrations except for React. I think this latest React update was causing the problems. In the future I will try to update the React integration to see if everything behaves well. |
Disabling the blog through the
config.yaml
causes a TypeError:
This error began for me once I updated to astro v5.0.5. I am unsure how to resolve it. Has anyone had the same issue?
The text was updated successfully, but these errors were encountered: