-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error with docker compose #13
Comments
The problem is this one. Could you find out what is running at port 3000? |
sorry, ports were not listed in the code I copied above. but it's the app listed there. I didn't had anything else running on docker, only the app which was started using this command |
Ah, now I see the problem.
This command is only meant to run when you are manually setting up the extension server and ocis separately. When setting locally for development, only follow this section https://github.com/saw-jan/web-app-3dmodel-viewer?tab=readme-ov-file#build-and-run. Then all should be fine Docker Image is a separate topic |
I've made some small changes in the documentation to make this clearer, see #14 |
When I build the app according to the instructions given in the README.md I get the following error message regarding the connectivity on endpoint of 3d_viewer. However the app seems to be running correctly in the browser.
The text was updated successfully, but these errors were encountered: