Skip to content
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 run locally. #51

Open
ranvi25 opened this issue Feb 14, 2025 · 0 comments
Open

Cannot run locally. #51

ranvi25 opened this issue Feb 14, 2025 · 0 comments

Comments

@ranvi25
Copy link

ranvi25 commented Feb 14, 2025

I downloaded .zip from the github.

Then I run npm install :

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)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant