-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manually Hosted Frontend Isn't Able to Connect To Hosted api #140
Comments
C'mon any1 help |
Hi @MOOGAA
And then open:
|
If you continue to face the problem, can you please post the screenshot from the network's tab where the login request is being made! |
Bruh I only hav android device |
Yah still same issue Also isn't the precompiled webui src shud be able to connect to hosted ui |
|
Hi @MOOGAA Also, |
I did used nginx , its working but just for api and not for webui |
So I will try my best to explain this "BUG"
So I hosted api on a host(vps server) & it is working as expected with local rclone rc
I used
rclone rcd --rc-user user --rc-pass pass --rc-baseurl /user_name/api/rclone/ --rc-addr <ip_127.0.0.1>:<port_5572>
on host& It does work with cli as expected
rclone rc --rc-user user --rc-pass pass --rc-baseurl /user_name/api/rclone/ --rc-addr <ip_127.0.0.1>:<port_5572> config/listremotes
(example)but unable connect host api to locally hosted webui
Hosting webui locally via index.html file & Termux/Nginx With The use of latest precompiled webui src
https://github.com/rclone/rclone-webui-react/releases/tag/v2.0.5
It throws connection err with correct corresponding credentials
According to my basic knowledge this hav to be a frontend connection logic bug which doesn't let frontend connect to internet (smthing like that)
I also tryed hosting webui on PaaS (Repl & cloudflare workers) same issue
Hopeing I get a response from dev asap I need this so badly
Also a feature requests for adding multiple hosts with the list string of json objects
The text was updated successfully, but these errors were encountered: