Hello, I've been able (with some fixes) to execute and run via docker-compose the server. Sending /link to the group the temporary token is correctly received. But pointing to http://somehost:4479 gives this result:
{
"error": "code=404, message=Not Found",
"message": "Not Found"
}
What am I doing wrong?
Is there any deep page to reach, for example
http://somehost:4479/somepageWebUI
Thank you advance, I'd really like to give your project a try...
Hello, I've been able (with some fixes) to execute and run via docker-compose the server. Sending /link to the group the temporary token is correctly received. But pointing to http://somehost:4479 gives this result:
{
"error": "code=404, message=Not Found",
"message": "Not Found"
}
What am I doing wrong?
Is there any deep page to reach, for example
http://somehost:4479/somepageWebUI
Thank you advance, I'd really like to give your project a try...