Results 9 comments of GVALFER

i really consider this feature (API) very important. I really love thhe Kuma, but without API, it can not work for us :-(

Check if you can ping it directly from your server via ssh

I have the same error. But: I do not use any proxy, i am connected normally to the internet. I just reinstalled my PC, installed the Trezor Suite and I...

Same issue here... _Edit by maintainers: Comment was **automatically** minimized because it was considered unhelpful. (If you think this was by mistake, let us know). Please only comment if it...

I have the same problem. Ok, it can be fixable using dynamic import, or a, useEffect. BUT the problem is: I load the data using SWR with fallbackData coming with...

I used the onChange function to get the key and returned it as a state (controlled). However, this is annoying. The problem is that it’s supposed to be a select,...

yep, I also need this component. Autocomplete do not fit for me... Also, works a little strange for a "select"

I have the same issue Call is not supported The server is not configured to work with Element Call. Please contact your server admin (Domain:??, Error Code: MISSING_MATRIX_RTC_FOCUS). How can...

Well I fixed it by adding the following code in nginx ``` location /.well-known/matrix/client { default_type application/json; add_header Access-Control-Allow-Origin *; return 200 '{"m.homeserver": {"base_url": "https://matrix.mydomain.com"}, "org.matrix.msc4143.rtc_foci": [{"type": "livekit", "livekit_service_url": "https://livekit-jwt.call.matrix.org"}]}';...