Replies: 1 comment 2 replies
-
Hi @Fleury93 Another way is to create your own app using ketcher as npm dependencies. You can find example here: https://github.com/epam/ketcher/blob/master/example/src/App.tsx |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I cannot understand how to integrate a full-featured Ketcher into our React app built via Vite. We use React 18, after installing Ketcher packages, and some dependencies conflict. So, I would like to deploy Ketcher via Nginx in docker.
So I downloaded ketcher-remote-2.26.0.zip which I think is built to be used within Indigo service ran as a separated service.
I deployed the downloaded HTML to Ngix in docker. It was smooth without problem. After opening the browser see the Ketcher UI in the console there is an error
GET http://localhost:8001/v2/info 404 (Not Found) main.db240f66.js:2
I do not know how to connect Indigo services (run in docker as well, I can hit /v2/indigo/info endpoint successfully, so seems it is working).
Open structure -> Image Recognition service is not available. Yeah well, this should be available with Indigo backend so it's okay.

Info popout showing:
I thought I downloaded a full-featured remote not a standalone. Any ideas on how can I run it I will really appreciate any. Documentation is IMHO not completed and not sufficient and clear for me.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions