Closed somnathrakshit closed 1 year ago
Looks like this is related to this: https://stackoverflow.com/a/53577476
If you need a simple solution ...
I encountered similar problem. I fixed this by modifying teledrive/web/.env
,
changing REACT_APP_API_URL=http://localhost:4000
to
REACT_APP_API_URL=http://mydomain.beta.tailscale.net:4000
@tino926 Thanks, just tested that this works. However, this leads me to run the site using HTTP. How can I use SSL certificates (preferably using Let's Encrypt or Cloudflare Tunnels)?
If you simply change REACT_APP_API_URL=http://mydomain.beta.tailscale.net:4000 to REACT_APP_API_URL=https://mydomain.beta.tailscale.net:4000 Should resolve this issue. Thanks for creating this issue in the next few updates in the documentation on the website should include this so nobody would have the same issue.
Describe the bug Unable to generate login code on using manual installation script in remote server with a subdomain set up using A record. I have also followed the nginx config steps as mentioned in the docs. However, it works on a local server. The only way I can connect to a remote server is by SSH port forwarding:
ssh -L 4000:localhost:4000 hostname
. Otherwise, I keep facing this problem.To Reproduce Steps to reproduce the behavior:
Expected behavior A text box to enter login code
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Receiving this error on clicking Send code (After hiding URL and phone number from the error message)