ruby on rails - JSON displays on screen after admin login -
we've followed canvas lms quick start , started our canvas lms on ubuntu lts. after running server, browsed home page, logged in first time, , accepted terms of use, after canvas displays following api response.
we're new rails. what's going on here? expected result instead of see graphic user interface canvas lms.
we have tried running:
psql canvas_development -c "select message error_reports"
it returns (0 rows)
.
you should able open root url of http://localhost:3000/ access ui canvas.
if doesn't work helpful list of network requests causing redirected there.
Comments
Post a Comment