Code Monkey home page Code Monkey logo

Comments (7)

foucdeg avatar foucdeg commented on September 1, 2024

Hey Jacob,
Maybe this is a copy-paste issue but the IP is 127.0.0.1 (note the dot before the 0).
Did you try to use the public online Airspace at public.airspaces.app first ?

from airspaces.

foucdeg avatar foucdeg commented on September 1, 2024

Actually, port 9000 is the API. This response on / is expected.

If you're running the Docker image, it doesn't serve the frontend client, you need to run it separately (by following the README on Github for the frontend parts)
If you're running the app from the instructions on the README on Github, the client should be accessible on port 3000 (not 9000).

from airspaces.

Orbitally avatar Orbitally commented on September 1, 2024

I'll give that a shot right now! I wasn't running the frontend part so that is probably the issue. I'll keep you updated!

from airspaces.

Orbitally avatar Orbitally commented on September 1, 2024

Alrighty, so when trying to run the frontend I got this
image

from airspaces.

foucdeg avatar foucdeg commented on September 1, 2024

Oh, you're on Windows. Things should be able to work but you need to slightly edit the package.json file: in the "scripts" section, under "start", change it to "set REACT_APP_ENV=local && react-app-rewired start". This is the Windows syntax for setting inline envirnoment variables which is different from the Linux / Mac syntax.

from airspaces.

foucdeg avatar foucdeg commented on September 1, 2024

I'm still wondering whether you gave the hosted version at public.airspaces.app a try ? If you don't mind other people seeing where you're flying, it's definitely the easiest way.

from airspaces.

Orbitally avatar Orbitally commented on September 1, 2024

It works perfectly now! It looks like it was fixed by changing that one line in the package.json. Thanks for the help!

from airspaces.

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.