Giter VIP home page Giter VIP logo

Comments (5)

dr460nf1r3 avatar dr460nf1r3 commented on June 19, 2024

Hum, this should be available as we use Firefox as source. Maybe its another bug with common symptoms?

from firedragon-browser.

ipontt avatar ipontt commented on June 19, 2024

I'm asking because I tried following a free course that used this repo as a base but ran into the weird error. The steps I took were the following:

  1. git clone https://github.com/Code-Pop/from-vuex-to-pinia.git
  2. cd into the directory
  3. Go into the branch I wanted to work on git switch 03-Begin
  4. Install npm dependencies with npm i
  5. run command npm run dev as defined in its package.json file
  6. Try to open the site at localhost:8080 and the "db" at localhost:3000

This is the definition of the dev command

"vite & json-server --watch db.json"

vite serves the site on localhost:8080 and json-server makes the db.json file available as a mini json api on localhost:3000.

The thing is, localhost:3000 didn't work. The connection was just refused. I tried all sorts of voodoo fixes but the only one that worked (and provided some explanation for it) was the one I linked above.

http://localhost:3000 didn't work.
http://[::1]:3000 did.

I haven't really changed things in about:config and I updated just yesterday (currently on 111.0).

from firedragon-browser.

dr460nf1r3 avatar dr460nf1r3 commented on June 19, 2024

Thanks for the instructions on how to reproduce it!

from firedragon-browser.

dr460nf1r3 avatar dr460nf1r3 commented on June 19, 2024

Would you be so kind to test whether this also happens on Librewolf? It would help tracking down whether this is an actual FireDragon issue.

from firedragon-browser.

ipontt avatar ipontt commented on June 19, 2024

I have just tried it on librewolf. The issue was not present.
Screenshot_1
This is a comparison between two windows of firedragon, as well as firedragon's version.
Screenshot_2

from firedragon-browser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.