-
````
meteor 1.6.1, node v8.9.4, osX 10.12.6
METEOR_PACKAGE_DIRS="---cut---/Vulcan/packages" meteor --port 3000 --settings settings.json
````
First error
````
I20180501-11:38:44.417(2)? url: /
…
-
Migrated from: meteor/meteor#8651
-
It continually prints Starting and Finished, maxing one of my cores.
Reproduce:
```
git clone vulcan
npm i
# switch to forum example
npm start
```
```
=> Started proxy. …
-
I have added a new required field to Users schema (it a phone field with regex validation). When I submit form, I only `Schema validation error` at the top and nothing specific to phone field.
-
What do you guys think about adding a page that would list some useful packages developped for vulcan? I'm thinking about stuff like [ErikDakoda/vulcan-material-ui](https://github.com/ErikDakoda/vulca…
-
Hi,
1. In the v.1.8.9, all categories that belong to the post are not showing under the title (like before, up to version 1.8.5).
When I look into more detail, it seems that when I insert a new po…
-
I am using this component `"styled-components": "^2.1.1"` in my VulcanJS app
This code is a server-side code:
```
import { ServerStyleSheet } from 'styled-components';
```
I am using the follow…
ghost updated
6 years ago
-
In the example-forum package, I set the setting `forum.requirePostsApproval` to true, so all posts from non-admins are pending status by default. But when I try to approved a user's pending post, I ge…
-
When I try to upvote a comment on my custom forum example, the view doesn't update. The server console log is showing that the vote registered, but the display stays at 0. Thinking that I possibly mes…
-
Delete a User, his post still remain there and nothing get loaded on home Page as the query gets failed. See the attached screen shot for the error message.