Clicking on @username goes to localhost:4567
-
Check the
url
option within the config.json.
It must be set to the address to access your forum from the outside world. -
@frissdiegurke said in Clicking on @username goes to localhost:4567:
It must be set to the address to access your forum from the outside world.
Can i do this in admin panel?
Because I never been into config.json and it always worked well since yesterday. -
You can't do this via ACP.
It has to be changed within config.json, which got filled with your values during the./nodebb setup
step.It probably never worked that well. The problem is that the
url
option is only used very rarely. It's for example used for links within emails, etc. and does not break the main application if set incorrectly.
I assume this is just the first time you notice it -
@frissdiegurke Im 100% sure it works and i only change things in admin.
Also search option gives an error.
Thanks for the explain. I Will do it tonight.