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

Running nuxt on interface different from localhost #1

Open
5 tasks done
ephes opened this issue Mar 30, 2022 · 1 comment
Open
5 tasks done

Running nuxt on interface different from localhost #1

ephes opened this issue Mar 30, 2022 · 1 comment

Comments

@ephes
Copy link
Owner

ephes commented Mar 30, 2022

First Check

  • This is not a feature request
  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Mealie documentation, with the integrated search.
  • I already read the docs and didn't find an answer.

What is the issue you are experiencing?

Running this command line works (access to mealie from local LAN etc) when run from different shell, but not from honcho:

$ cd frontend && yarn start -H $(hostname) -p 3001

Deployment

Other

Deployment Details

macOS

Mealie Version

1.0 beta

@ephes
Copy link
Owner Author

ephes commented Mar 30, 2022

Found one additional error. The command line needs to use dev instead of start otherwise the production system is started:

$ yarn dev -H $(hostname) -p 3001

But it still does only work if run in a different shell. Really strange.

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

1 participant