Skip to content
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

Your Browser Is Not Supported #105

Closed
eflernicolas opened this issue Aug 15, 2022 · 5 comments
Closed

Your Browser Is Not Supported #105

eflernicolas opened this issue Aug 15, 2022 · 5 comments

Comments

@eflernicolas
Copy link

eflernicolas commented Aug 15, 2022

Hi Tim. this will be quite basic question for you:

I'm getting the error "Your Browser Is Not Supported" "send will not work with this browser..." etc

Steps i did:

  • Cloned the github with github desktop.
  • On my github directory opened send and ran the commands:
    npm install
    npm start

Everything seems to run fine, i get:

i 「wds」: Project is running at http://0.0.0.0:8080/
i 「wds」: webpack output is served from /
i 「wds」: Content not from webpack is served from C:\Users\efler\Documents\GitHub\send

But if i enter mi ipv4, then the error happens.

What am i missing? main problem is i can't access with external ip.

@timvisee
Copy link
Owner

timvisee commented Aug 16, 2022

This is caused by recent changes in Send. This causes issues when running over a non-HTTPS connection, which is what you're currently having. I'm sorry for that.

This issue should be fixed soon, and if that doesn't work out, I'll revert the changes that are causing this issue.

In the mean time, you may check out an earlier version by running the following command:

git checkout 625fdf5bca19f75220a7be9c5da1086753972c49

Then run npm as you've shown above. Please let me know if that works!

For further details, see this PR/comment: #101 (comment)

@eflernicolas
Copy link
Author

Tim,
Thanks for that quick answer.

Unfortunately i am still not able to connect through my public ip, while several other programs, fileservers,etc access without problems.

I will wait for the next update and see what happens.

Thank you so much

@timvisee
Copy link
Owner

Unfortunately i am still not able to connect through my public ip, while several other programs, fileservers,etc access without problems.

Is the correct port open, and, does Send listen on 0.0.0.0?

@eflernicolas
Copy link
Author

eflernicolas commented Aug 17, 2022

Unfortunately i am still not able to connect through my public ip, while several other programs, fileservers,etc access without problems.

Is the correct port open, and, does Send listen on 0.0.0.0?

Tim, thank you again.

Send is listening to 0.0.0.0

I forwarded 1443 in the router

Listen Port in config.js inside the Server folder is set to "1443"

I suspect there might be a problem since the command line no matter what i write, says:

" Project is running at http://0.0.0.0:8080/ "

only limitation now is accessing from external ip

@eflernicolas eflernicolas reopened this Aug 17, 2022
@timvisee
Copy link
Owner

timvisee commented Sep 4, 2022

I've reverted some changes that were causing issues like this.

I've released v3.4.21, which should be available once this pipeline succeeds: https://gitlab.com/timvisee/send/-/pipelines/630739924

Please update your installation and see if these issues still persist. I'll close this for now assuming it to be fixed. Feel free to open it again if that's not the case.

@timvisee timvisee closed this as completed Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants