-
Notifications
You must be signed in to change notification settings - Fork 36
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
"missing" error when trying to signup #6
Comments
Have you tried running any of the tests? |
As you advised I have started signups-test.js
Maybe it is just couchdb problem? Looks like it can't create records to database (or can't create json files). I have checked the directory where json files should be created, permissions are ok but it is empty. |
Must be a misconfiguration with your local env. You'll have to dig into it. |
I'll do that, thanks. Will post here the solution if I find it. |
I've updated the installation instructions and have made a few code changes that might help. If you FYI, with the most recent changes I was able to get the tests to pass on Travis, so it should be good to go. https://travis-ci.org/bigcompany/safewallet |
@Marak, Great thanks, it works now. Then started Services in Production mode by startup scripts (safewallet/scripts/) at http://mensfreedom.com:8888/ Then I registered, signed and created new feathercoin address: After sending 0.4 FTC nothing changed in frontend.
The deposits logfile contain "error making deposit. please check blockchain balances" Also, I can't open http://mensfreedom.com:8888/vault |
I have already installed couchdb and configured it with creating database admin user.
Then have changed config file with admin's username and password.
Also I have created resource database with
But when running safewallet's frontend and trying to signup something going wrong.
After completing the form and pressing sign up now button the /signup page in browser shows
Please help me to find where is the problem?
The text was updated successfully, but these errors were encountered: