Code Monkey home page Code Monkey logo

Comments (9)

cleverbeagle avatar cleverbeagle commented on June 14, 2024

@odesey, yes, it should work fine with email/password only. When you start your server up, make sure that you're passing this settings file with either npm run dev or meteor --settings settings-development.json.

If that doesn't work, let me know here.

from pup.

odesey avatar odesey commented on June 14, 2024

Yes, i tried starting the app with the settings you mentioned, and got the same error mentioned in the initial issue.

from pup.

rglover avatar rglover commented on June 14, 2024

Can you confirm the following:

  1. What version of Pup are you using?
  2. What operating system are you on?
  3. What command specifically are you using to start the app?

from pup.

odesey avatar odesey commented on June 14, 2024
  1. Latest version, I ran the following command git clone https://github.com/cleverbeagle/pup.git
  2. MacOS 10.15.7
  3. npm run dev
  4. Also tried upgrading Meteor with meteor update and got the same error

from pup.

odesey avatar odesey commented on June 14, 2024

Screen Shot 2021-03-02 at 12 04 44 PM

Added screenshot of error.

from pup.

rglover avatar rglover commented on June 14, 2024

I see it. It looks like the port is being set as 4500 but the expectation of the default settings is that you're running the app on port 3000. Are you running anything like npm run dev --port 4500?

from pup.

odesey avatar odesey commented on June 14, 2024

So I was indeed running this on port 4500 but changing the following:
"dev": "meteor --settings settings-development.json --port 4500"

I had another server running on port 3000

Removing the --port 4500 seems to have resolved the issue.

What other changes do I need to make in order to run pup on a port other than 3000?

Thanks for the help!

from pup.

rglover avatar rglover commented on June 14, 2024

Okay cool. If you do want to use a different port, just make sure to update the public.graphQL.httpUri in your settings file to use :4500 (or whatever port you'd like) instead of 3000.

from pup.

odesey avatar odesey commented on June 14, 2024

Awesome, that works.

Thanks for your help!

from pup.

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.