Kjetil Geirbo

Results 13 comments of Kjetil Geirbo

I use this in mobile-config: ``` App.accessRule('https://*.googleapis.com/*'); App.accessRule('https://*.google.com/*'); App.accessRule('https://*.gstatic.com/*'); ```

The most relevant issue might be this one: https://github.com/meteor/mobile-packages/issues/62 May be also subscriptions etc could be involved ? The app is just a plain new app with the Reactive geolocation...

Me to. Right now I would love to se: vue-fullstack-auth0-graphql 😃, along the lines of this: [https://github.com/LawJolla/prisma-auth0-example](url)

Fixed it. Hours of nerding - dont know exactly how it came to work. However, now if I return a particular slug name from the "activeTab" helper it doesn't do...

Fixed the activeTab issue - had to read the manual :-) The helper was configured like: {{#basicTabs name="" tabs=tabs }} but actually ha to add: activeTab=activeTab in the helper: {{#basicTabs...

I'm having the same problem. Any one who knows what to do ?

I created a new user on my mac, installed meteor, created a fresh project and then tried installing restivus. Still same problem... I've also tried to install bcrypt - and...

Possible fix (worked for me): use: **meteor npm** and not just npm Start with a clean project: ``` meteor create myAPI cd myAPI meteor npm install meteor npm install --save...