On 2/14/24 04:33, [email protected] wrote:
Hello,Any idea how to solve the issue with URL? Thanks. DEBUG o.a.g.rest.RESTExceptionMapper - Unexpected error in REST endpoint. Feb 10 15:24:36 server[104645]: java.lang.NullPointerException: null "POST /guacamole/api/session/data/mysql/connections HTTP/1.1" 500 203
Open up browser dev tools and compare what your script is sending to the JSON that the browser sends for the same operation and look for differences. You may be missing some properties.
- Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
