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

LAN access for local development #15

Open
1 task
ackzell opened this issue Apr 26, 2020 · 1 comment
Open
1 task

LAN access for local development #15

ackzell opened this issue Apr 26, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ackzell
Copy link
Owner

ackzell commented Apr 26, 2020

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:

  • Run the development server locally and be able to access the app from a smartphone / tablet that is in the same network to do the manual testing.

*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 ackzell added enhancement New feature or request help wanted Extra attention is needed labels Apr 26, 2020
@ackzell
Copy link
Owner Author

ackzell commented Apr 27, 2020

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

This might be affecting the behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant