-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with registration #349
Comments
So on the surface that looks fine. Could you do a |
Here is the output:
But if I print |
thats a bit spooky, and |
@jhollingworth yes |
Here is my code, hope you can help me because I am stuck! https://github.com/ciaoben/temp_debugging I am upgrading from previous version, so there is a bit of mess, but the core should be fine! |
@jhollingworth EDIT It is definitevely this. I have put a console.log in my store's But I cannot get, where is my mistake??? |
Hi, I am upgrading to 0.10 and I have a problem with registration:
my Application js:
my ./queries index.js:
But in my store:
The console.log gives me "TypeError: Cannot read property 'method' of undefined".
What I am missing?
The text was updated successfully, but these errors were encountered: