-
-
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
Error clicking on blog link #57
Comments
I'm having the same issue, looking forward to some kind of fix or idea how to resolve this error. |
Can confirm I'm also having this issue. |
I tried solving it by downgrading Update: in In 🚀 astro v1.6.7 started in 724ms
┃ Local http://localhost:3000/
┃ Network use --host to expose
07:47:15 AM [getStaticPaths] A getStaticPaths route pattern was matched, but no matching static path was found for requested path /sw.js.
Possible dynamic routes being matched: src/pages/[...tags]/[tag]/[...page].astro, src/pages/[...categories]/[category]/[...page].astro, src/pages/[...blog]/[slug].astro, src/pages/[...blog]/[...page].astro. In 🚀 astro v1.6.5 started in 827ms
┃ Local http://localhost:3000/
┃ Network use --host to expose
07:50:57 AM [getStaticPaths] Route pattern matched, but no matching static path found. (/sw.js)
07:50:57 AM [serve] 404 /sw.js Screenshot on Modified template: https://github.com/mhaidarhanif/astrowind |
It has been fixed in this pull request withastro/astro#5375 that will be released in 1.6.8 (withastro/astro#5365). |
Hello and thanks to everyone. I'm late to see this, I was on vacation and with very little connection. For now I have fixed the version of Astro at 1.6.5 until the new version 1.6.8 comes out with withastro/astro#5375. Depending on this, everything will be fine or we will have to make adjustments to AstroWind. |
In order to execute the project in my local environment, I executed the following commands:
The page http://localhost:3000 works, but when I click on blog link (http://localhost:3000/blog) I get this error:
The text was updated successfully, but these errors were encountered: