Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Login error #130

Open
goodguy000 opened this issue Dec 26, 2018 · 1 comment
Open

Login error #130

goodguy000 opened this issue Dec 26, 2018 · 1 comment

Comments

@goodguy000
Copy link

goodguy000 commented Dec 26, 2018

I try install the boilerplate when I register an account, it works fine, a new user stored in mongodb.
But when I try to login again, It's error

Uncaught Error: [vuex] actions should be function or object with "handler" function but "actions.NAMESPACE" in module "session" is "/api/session".
at assert (vuex.esm.js:97)
at vuex.esm.js:271
at vuex.esm.js:85
at Array.forEach ()
at forEachValue (vuex.esm.js:85)
at vuex.esm.js:270
at Array.forEach ()
at assertRawModule (vuex.esm.js:265)
at ModuleCollection.register (vuex.esm.js:191)
at vuex.esm.js:205

Anyone can help me

AvinashGupta pushed a commit to AvinashGupta/vue-express-mongo-boilerplate that referenced this issue Jan 10, 2019
@AvinashGupta
Copy link

it's fixed. you can find it at #132

icebob added a commit that referenced this issue Jan 10, 2019
uskithub added a commit to JIBUNSTYLE/vue-express-mongo-boilerplate that referenced this issue May 9, 2019
* commit '4463dfc761dbd2fa26535ab0a79dde14d40f0d73':
  Login error icebob#130 fixed
  fix: package.json to reduce vulnerabilities
  Fixed issue with Post and Device forms not rendering text type fields.  Downgraded vue-form-generator to 2.1.1 and changed field type from text to input. Fixed based on this repo's author's approach here https://icebob.gitbooks.io/vueformgenerator/content/
  fix: package.json to reduce vulnerabilities
  Update README.md
  use mongoose.connection update readme
  update package.json
  bugfix - possible null user
  master <- fixed limit/offset type bug
  fix: .snyk & package.json to reduce vulnerabilities
  fix: package.json to reduce vulnerabilities
  fix: package.json to reduce vulnerabilities
  fix: package.json to reduce vulnerabilities
  fix: package.json to reduce vulnerabilities

# Conflicts:
#	.gitignore
#	README.md
#	build/webpack.base.config.js
#	build/webpack.prod.config.js
#	client/app/modules/devices/schema.js
#	client/app/modules/devices/store/actions.js
#	client/app/modules/posts/index.vue
#	client/app/modules/posts/store/actions.js
#	package.json
#	server/applogic/modules/devices/models/device.js
#	server/applogic/modules/posts/models/post.js
#	server/core/mongo.js
#	server/models/user.js
#	server/public/app/app.js
#	server/public/app/frontend.js
#	server/public/app/styles/app.css
#	server/public/app/vendor.js
#	yarn.lock
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants