You are viewing a single comment's thread from:

RE: Steemconnect - Node-js - Boilerplate For Rapid Development v.0.2.0

in #utopian-io7 years ago (edited)

Dont work wen i'm try to connect :s Error: Failed to lookup view "user" in views directory "/home/server/steemconnect/views"

GET /dashboard 500 91.736 ms - 2038

Sort:  

Hey, Thanks for trying the boilerplate. I've just submitted a fix. I had forgotten to change the default view on the latest update it is now called 'dashboard'. /routes/index.js line7 change user to dashboard and routes/user.js line 13 user to dashboard or you can download the latest from Github. Let me know if you have any other issues getting setup.