Replies: 2 comments
|
Hopefully I can take a look at this tomorrow or later this week. |
0 replies
|
Sorry for the delay on this - it looks like you're successfully building it locally and running the WebSocket server via |
0 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.
I've tried running the app via clojure and via docker and both seem to fail.
With clojure the app builds, but the server only returns 405 not allowed on requests:
get request:
Not sure what's going wrong here, the app seems to be running.
On docker I get the following error:
Am I missing something here? I'm unsure what's wrong.
java17, rhel 9.7, podman (docker) 5.6.0, npm 10.1.0, clojure cli 1.12.4.1602
All reactions