blackboard / BBDN-LTI-Tool-Provider-Node

A node.js LTI Tool Provider for testing LTI launches, Caliper, and Outcomes.
73 stars 40 forks source link

View Page is not working #44

Closed Rohi145 closed 3 years ago

Rohi145 commented 5 years ago

{ "provider_domain": "http://localhost", "provider_port": "3000", "redis_host": "localhost", "redis_port": 6379, "use_ssl": false } redisInit; host: localhost , url: undefined Home page: http://localhost:3000 LTI 1 Tool Provider: http://localhost:3000/lti LTI 1 Content Item: http://localhost:3000/CIMRequest LTI 1.3 Login URL: http://localhost:3000/login LTI 1.3 Redirect URL: http://localhost:3000/lti13 LTI 1.3 Launch URL: http://localhost:3000/lti13 LTI 1.3 Deep Linking URL: http://localhost:3000/deepLinkOptions catchall - (/lti13)

Unable to display view page by running the above urls

Getting following error in console

You may need an appropriate loader to handle this file type. import Dashboard from "./components/pages/dashboard";

ReactDOM.render(, document.getElementById("root")); | at Object../public/src/app.js (bootstrap:83) at webpack_require (bootstrap:19) at bootstrap:83 at bootstrap:83 ./public/src/app.js @ bootstrap:83 webpack_require @ bootstrap:19 (anonymous) @ bootstrap:83 (anonymous) @ bootstrap:83

ewpreston commented 4 years ago

Those URLs are not UI pages. They are URLs for LTI launches. What exact URL did you try?

Pull the latest and you will see a "setup" page.

http://localhost:3000 should display.

shurrey commented 3 years ago

Closing due to inactivity. Please re-open if you still have this issue.