You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Users\Administrator\Desktop\balefire-master> npm install
npm warn deprecated [email protected]: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beasties
added 569 packages, and audited 571 packages in 15s
231 packages are looking for funding
run `npm fund` for details
1 moderate severity vulnerability
To address all issues, run:
npm audit fix
Run `npm audit` for details.
Then I run: npm run dev :
PS C:\Users\Administrator\Desktop\balefire-master> npm run dev
> [email protected] dev
> astro dev
17:02:19 [types] Generated 2ms
astro v5.1.1 ready in 1310 ms
┃ Local http://localhost:4321/balefire
┃ Network use --host to expose
update ▶ New version of Astro available: 5.3.0
Run npx @astrojs/upgrade to update
17:02:20 [content] Syncing content
17:02:20 [content] Content config changed
17:02:20 [content] Astro version changed
17:02:20 [content] Clearing content store
17:02:21 [content] Synced content
17:02:21 watching for file changes...
17:02:29 [200] /en/blocking/hardware-location/isp-incoming-traffic-filtering/ 263ms
17:02:31 [200] /en 154ms
17:02:31 [200] /en 57ms
17:02:34 [200] /ru-ru 76ms
17:02:35 [WARN] [router] A `getStaticPaths()` route pattern was matched, but no matching static path was found for requested path `/blocking/hardware-location/isp-incoming-traffic-filtering/`.
Possible dynamic routes being matched: node_modules/@astrojs/starlight/routes/static/index.astro.
17:02:35 [404] /blocking/hardware-location/isp-incoming-traffic-filtering/ 41ms
17:02:35 [WARN] [router] A `getStaticPaths()` route pattern was matched, but no matching static path was found for requested path `/blocking/hardware-location/isp-incoming-traffic-filtering/`.
Possible dynamic routes being matched: node_modules/@astrojs/starlight/routes/static/index.astro.
17:02:35 [404] /blocking/hardware-location/isp-incoming-traffic-filtering/ 35ms
PS C:\Users\Administrator\Desktop\balefire-master>
The website is run on localhost but when clicking a button (every button or path) it shows a 404 error (as it is shown in logs)
I downloaded .zip from the github.
Then I run
npm install
:Then I run:
npm run dev
:The website is run on localhost but when clicking a button (every button or path) it shows a 404 error (as it is shown in logs)
For example, I'm in http://localhost:4321/balefire/en , Then I click on
ISP Incoming Traffic Filtering
and it takes me to http://localhost:4321/balefire/blocking/hardware-location/isp-incoming-traffic-filtering/ which shows 404.The text was updated successfully, but these errors were encountered: