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
I had the same problem but then found that there is no reason to go to the server page; it is only running to provide the code execution in the background.
Start the server with node terrainServer.js
Load up the HTML page and generate the STL file.
The values are passed with POST from here to the node server at localhost:8080. Provided the celvestl binary has been created with make then the file should be generated.
Hi everyone! I've been meaning to address this issue for a while but I think I have a fix. Try pulling down the new code on the add-static-serving branch and running node terrainServer.js. You should be able to load the regular webpage at localhost:8080/ now. I've tested this locally and it seems to work well. Try it out if you get the chance and I'll merge it soon if I don't hear of any issues. Thanks for bringing this issue to my attention!
When I start up Terrain2STL. I get the following message "Cannot GET /" going to url http://localhost:8080/
No errors on the Cli
$ node terrainServer.js
terrainServer.js starting at:
2020-09-22T19:21:00.206Z
The text was updated successfully, but these errors were encountered: