Posts
Members
Info
Adding property to type user
Hey team, I am trying to add a new property to the user type query in \ui\queires\users.gql and every time I change the property in there it break the who users gql functions. I have added the property everywhere I can find - startup, api and ui, an when I remove the property…
0
0
CI/CD
I see a .circleci dir in pup, but maybe that's for pre-github-merge tests by the framework maintainers. Can anyone share knowledge or pointers about setting up a deployment pipeline (to a linux server) for a pup project? I confess I'm new to setting up such a pipeline but I'm…
0
0
·41d# Pup
I'm wondering what peoples IDE of choice is for working with pup?
I've been using Jetbrains Webstorm (2016) for a while now.. and was considering it's time for a change.
0
8
·205d# Pup
errors upon cloning and installing dependencies
Upon running meteor npm install i get the errors: 404 Not Found - GET https://registry.npmjs.org/@wry/equality/-/equality-0.1.9.tgz and …
0
0
·282d# Pup
meteor npm start gives error
Total newbie here. I cloned the pup repo locally (on ubuntu) and installed the dependencies. Now, when I run "meteor script start", i get error …
0
2
Displaying alert when oauth (redirect) fails
Hi there, I have successfully connected my meteor app to signin using an oauth package wiseguyeh:accounts-azure-active-directory, using redirect. My problem is that when user is not allowed to sign in it returns to the login page without any indication that access was blocked. I…
0
0
Hello Community.
Actually working on some project. I would like an admin to create users using Meteor.onCreateUser but not logging them in. Please how do I do that ? Thanks
0
0
Bug deployment on heroku
Hi, **1) In the first time,** when I deployed the origin code to heroku server with git clone https://github.com/cleverbeagle/pup <my-project-name> The launching application didn't work. …
1
26
Adding Event type
Hey, I am trying to start with the new pup version, by adding an event type to pup. I added an Event type, query an Event mongo object in the api section, added a query and a page to list the events in the pages section, added everything in the schema (in api.js). But on startup…
0
6