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

[bug」config org-roam-server-port doesn't work #51

Closed
zombie110year opened this issue Jul 3, 2020 · 2 comments
Closed

[bug」config org-roam-server-port doesn't work #51

zombie110year opened this issue Jul 3, 2020 · 2 comments

Comments

@zombie110year
Copy link

zombie110year commented Jul 3, 2020

org-roam-server version: 20200624.1658

I have set

(use-package org-roam-server
  :ensure t
  :config
  (setq org-roam-server-host "127.0.0.1"
        org-roam-server-port 18080
;; ...

but the server still listening 127.0.0.1:8080

@goktug97
Copy link
Member

goktug97 commented Jul 3, 2020

Due to a “bug” in emacs-web-server, sometimes you have to close the emacs to stop all servers or manually kill web server processes. Easiest solution would be restarting the emacs
skeeto/emacs-web-server#23

@goktug97
Copy link
Member

Inactive

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

2 participants