shihjay2 / nosh-in-a-box

NOSH in a Box is a self-contained virtual machine that deploys NOSH ChartingSystem, an EHR coded by a physician for physicians
26 stars 13 forks source link

Installation problem #14

Open mohammadmahboubeh opened 3 years ago

mohammadmahboubeh commented 3 years ago

I got these problems during installation:

Installing 'unzip' may remediate them.

shihjay2 commented 3 years ago

See if a new update with commit 22039022cb7a5e0ce015d966831cdf987dece235 fixes the issue.

mohammadmahboubeh commented 3 years ago

Perfect... I installed it properly but I got this error message when I opened the link "https://192.168.8.1/nosh" :

Capture

Thanks Dr.

shihjay2 commented 3 years ago

Looking at this error it seems like it's coming from your router and not from NOSH - you need to confirm the address of your Vagrant Box and make sure it's being routed correctly (port forwards, firewalls, etc).

mohammadmahboubeh commented 3 years ago

Hmmmm, I think so. How can I check whether address of vagrant is correct or not?

Many Thanks!

shihjay2 commented 3 years ago

Check the local-ip script as mentioned in the readme file - that'll get you started to what local IP address your Vagrant is registering. With that info, then you'll need to check your router to see if it's intercepting that local IP address (and port 443 since I see you're using https - you might want to try http first in the browser and see if that works since most local IP address would not have an SSL cert).

mohammadmahboubeh commented 3 years ago

Thanks Dr. for your prompt reply. Actually I replaced these two IPs in Vagrantfile: Capture

mohammadmahboubeh commented 3 years ago

Hi! Pleasure day. Kindly see what I got: Capture

shihjay2 commented 3 years ago

I don't know what browser you are using but can you provide me the page source (HTML) and any network inspection info when you load the page? This response is not known to me or with any Laravel-based error responses.