replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
261 stars 41 forks source link

[Bug]: Using another local ip to connect to server fails #252

Closed iBuaSpaz closed 5 months ago

iBuaSpaz commented 6 months ago

Binner version

v2.6.0

Operating System

Windows 11

Describe the bug and the steps to reproduce it

Trying to connect from another local connected computer to server eg. 192.168.0.133:8090 gives a

This page does not work 192.168.0.133 has not send any data. ERR_EMPTY_RESPONSE

Would you like to attach your appsetings.json configuration?

No changes to official json

Screenshots or Videos (Optional, but they help!)

No response

Are you able to contribute a PR? (No is ok!)

None

replaysMike commented 6 months ago

taking a look at this, not sure what the cause is as of yet.

replaysMike commented 5 months ago

I'm going to take a guess here that it's probably your computer's firewall causing the issue. I didn't have any issues connecting to Binner from other computers on the local network.

image

If that isn't the issue, make sure your configuration file appsettings.json specifies https://localhost:8090 or https://0.0.0.0:8090 and not https://192.168.0.133:8090 so that it binds on all local addresses. If that doesn't solve the problem, re-open the ticket and we can try to diagnose your issue