ackzell / camati

Voicemail app to leave short notes and upload to a server.
https://camati.netlify.app/
1 stars 1 forks source link

LAN access for local development #15

Open ackzell opened 4 years ago

ackzell commented 4 years ago

Right now running the local development server does not allow for an external device (ie. a smartphone on the same network) to access the app and test it.

It needs to be tested after being deployed to the remote environment (Netlify) and this is not ideal.

We want to be able to:

For extra context: I have already tried to expose the application to the network by adding a host and port on the nuxt entry on package.json, but I am afraid that since we are using the audio input from the browser, we need to serve this on an https connection.

ackzell commented 4 years ago

I just saw a local .env file I had with a BASE_URL entry.

This might be affecting the behavior.