VulcanJS / Vulcan-Starter

VulcanJS starter repo. Use as a base for your own VulcanJS projects.
MIT License
127 stars 88 forks source link

The <UsersEditForm> of Example-Forum don't work. #154

Open malogode opened 4 years ago

malogode commented 4 years ago

Hi, I'm setting up Vulcanjs 1.14.0 two Repo new on a Test Computer. When I am logged in and click on the Menupoint "User Edit", I get an empty Side. The mistakes are in the attach. mistake.txt

eric-burel commented 4 years ago

Tagging @SachaG

I've investigated and the issue is that this part of the code is just not up to date. Some fields have been deleted in the packages/example-forum/lib/modules/users/custom_fields.js but not in the User profile page/fragment.

To have more insight, you can usually check the network tab too.

However one thing that bothers me is that withSingle2 does not produce an error on wrong fragment.

eric-burel commented 4 years ago

We would be really happy to take PR from contributors on this part, because maintaining those packages can be time consuming while we already have a lot of work on the core.