-
Setting up the forum was very easy on my local. Then I got it deployed to a VPS droplet on Digital Ocean with mup. The site shows up and it is adding sign up data to the mongodb but I can't log in wit…
-
Can anyone give me an example of a multilingual site with Vulcan? Where to check the surfer's system language and then change the language?
-
instead of
const { collection, limit = 10, pollInterval = 20000 } = options,
should write
const { collection, limit = getSetting('postsPerPage', 10), pollInterval = 20000 } = options,
…
-
Hi,
In VulcanJS 1.4, I notice 2 new settings "useSegment" and "segmentWriteKey". Could you please explain the purpose and how to use them ?
Thank You
Adalidda
-
Hi Sacha,
I'm using a modified example-customization package.
And I'm getting this error when submitting an email in the newsletter subscribe form. I'm already using my Mailchimp API and ID in s…
-
Hello,
I'm using VulcanJs to create my app and I added the analytics, I'm using Mixpanel.
With the configuration, I got working the basic events: loaded a page and sign in. My problem is the sign …
-
see: https://github.com/VulcanJS/Vulcan/blob/devel/packages/vulcan-core/lib/modules/components/App.jsx#L40
is that mean currentUserLoading right now ?
comus updated
7 years ago
-
Let say i have the route "/setting/adminOnly", when my user copy paste the URL to their browser, i should have the logic to that the user needs to login first before going to this route (if he is not …
-
No Validation check happening against email form field: Twitter Login for the "Complete User Profile" sign up flow (UsersProfileCheck.jsx) despite `regEx: SimpleSchema.RegEx.Email` in schema
-
Hi,
In the latest commit 5f95749 Load More don't load post.
As I suspect the bug have something related to the message:
npm WARN deprecated graphql-server-core@0.6.0: critical bug related to GET …