gentics / mesh-ui

Gentics Mesh UI
https://getmesh.io
Apache License 2.0
23 stars 27 forks source link

Does not work out-of-the-box #333

Open humanbeinc opened 3 years ago

humanbeinc commented 3 years ago

I didn't change anything in the compose file. Ran docker-compose, create a testproject and tried to upload a random file to the binary_content/binary.

Debuglog: ` 15:40:54.214 [] ERROR [vert.x-eventloop-thread-1] [FailureHandler.java:127] - Could not find resource for path {/api/v1/testproject/nodes?lang=en}

15:40:54.223 [] WARN [vert.x-eventloop-thread-1] [LoggerHandlerImpl.java:150] - 94.130.14.180 - POST /api/v1/testproject/nodes?lang=en HTTP/1.1 404 247 - 43 ms

15:40:54.254 [] INFO [vert.x-eventloop-thread-1] [LoggerHandlerImpl.java:152] - 94.130.14.180 - GET /api/v1/Maideasy/nodes/85b81a294e984985ba10d27c845f3f35/children?perPage=8&lang=en%2Cde%2Chu%2Cpt%2Czh HTTP/1.1 304 0 - 17 ms ` OS: Ubuntu 20

image

humanbeinc commented 3 years ago

Also I noticed that data doesn't get persisted although I see mounted volumes in the .yml file

humanbeinc commented 3 years ago

Ok, found the error. When the template is not assigned to a project it hrows this cryptic error message

Jotschi commented 3 years ago

@humanbeinc Thanks for pointing this out. I'll move this issue to the UI project. That way we can track it there.