You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed the installation guide and installed everything on ubuntu on WSL.
The Redis server and node server starts fine. But http://localhost:8080 shows an empty screen on browser.
Any suggestions?
npm run start-dev
[email protected] start-dev /home/abc/dev/acad/cad.js
node src/server/api_server.js -e development
{"message":"CAD.js API Server listening on: 8080","level":"info"}
{"message":"\tRedis Connected.","level":"info"}
{"message":"Configuring auth/auth plugin: permit","level":"info"}
{"message":"\tSetting User-Validation function","level":"info"}
{"message":"\tSetting User-Authorization function","level":"info"}
{"message":"Configuring storage plugin: filesystem","level":"info"}
{"message":"\tAssembly Root: /home/sam/dev/acad/cad.js/data","level":"info"}
{"message":"\tNC Root: /home/sam/dev/acad/cad.js/data","level":"info"}
GET / 304 - - 123.887 ms
GET /js/main.css 304 - - 50.876 ms
GET /js/main.js 304 - - 51.337 ms
GET /cad.js/?resource_url=/cad.js/data/cutter/index.json 200 713 - 70.503 ms
GET /js/main.js 304 - - 44.813 ms
GET /js/main.css 304 - - 32.122 ms
The text was updated successfully, but these errors were encountered:
Followed the installation guide and installed everything on ubuntu on WSL.
The Redis server and node server starts fine. But http://localhost:8080 shows an empty screen on browser.
Any suggestions?
npm run start-dev
{"message":"CAD.js API Server listening on: 8080","level":"info"}
{"message":"\tRedis Connected.","level":"info"}
{"message":"Configuring auth/auth plugin: permit","level":"info"}
{"message":"\tSetting User-Validation function","level":"info"}
{"message":"\tSetting User-Authorization function","level":"info"}
{"message":"Configuring storage plugin: filesystem","level":"info"}
{"message":"\tAssembly Root: /home/sam/dev/acad/cad.js/data","level":"info"}
{"message":"\tNC Root: /home/sam/dev/acad/cad.js/data","level":"info"}
GET / 304 - - 123.887 ms
GET /js/main.css 304 - - 50.876 ms
GET /js/main.js 304 - - 51.337 ms
GET /cad.js/?resource_url=/cad.js/data/cutter/index.json 200 713 - 70.503 ms
GET /js/main.js 304 - - 44.813 ms
GET /js/main.css 304 - - 32.122 ms
The text was updated successfully, but these errors were encountered: