fufesou

Results 354 comments of fufesou

> I dont get any errors, it just drops me back to the login screen: I know this. Could you please run this command? It may show more outputs. ```...

Thanks. But the image is not successfully uploaded. Please also make sure the personal infos are hidden.

Also `Permanent Redirect`. ``` flutter: login: jsonDecode resp body failed: FormatException: Unexpected character (at character 1) flutter: Permanent Redirect flutter: ^ ``` > Its worth noting that I am running...

@Inditech-AHellyer Thanks for all your help! Finally, I think it's better to handle `30X` response in RustDesk code. I'll try to fix it.

@Inditech-AHellyer Is it possible for you to use `proxy_pass` instead of `redirect`(`3xx`)? https://www.reddit.com/r/nginx/comments/ox1vfb/missing_headers_after_redirect/ https://www.reddit.com/r/haproxy/comments/ox213h/comment/h7vv5fb/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button ### What I tried I've tried to replace the default redirect in our code, but failed....

@glomme Could you please try 1. Put `/api/login-options` in your browser? 2. Run the following comman? ```bash curl -X POST \ -H "Content-Type: application/json" \ -d '{ \ "username":"", \...

The output from the browser is the expected output. `http://192.168.xx:21114` is your API server? ![image](https://github.com/user-attachments/assets/1fa423da-c990-44fd-9b6c-3af30ed8f56f) How about the command? ```bash curl -X POST \ -H "Content-Type: application/json" \ -d '{...

No need to test now. Unless you add some port proxy in your gateway, that port is needed.

@prankos Hi, what is your previous version? The previsou version uses the `username` from IDP? We didn't change the function of selecting a username from the OpenID claims. `preferred_username` ->...

@SBK79 Do you use the flatpak version? Could you please try the `AppImage` and the `deb` versions if possbile ? https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.deb https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.AppImage https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.flatpak I'll test Ubuntu 25.10, but with the...