cannot upload pictures on newly installed nodebb
-
Running it as root does not change a thing. It is running as root.
-
My other question is that the upload_path from the config file is showing the relative path or absolute path? If it is the absolute path shouldn't be /nodebb/public/uploads? and if it is showing the relative path shouldn't be 'public/uploads'?
-
Yes I still getting that error. I have only a Facebook and twitter sso plugins and a malign plugin installed nothing else.
-
I have found out that I cannot upload because the API should be listening on port 3000 but the port 3000 is used by another node.js application. Is there any way to change the api listen port to something else?
this was in the log of the nginx error log
2014/08/27 13:13:20 [error] 31534#0: *1972 connect() failed (111: Connection refused) while connecting to upstream, client: 79.119.156.210, server: vpsie.247rack.net, request: "POST /api/post/upload HTTP/1.1", upstream: "http://127.0.0.1:3000/api/post/upload", host: "vpsie.247rack.net", referrer: "http://vpsie.247rack.net/forum/topic/1/testing/2"
-
This is not the node's listen port but it's internal API port which takes the images and places them in the proper place. My node is listening on the default port 4567.
-
I am running the nodebb on development mode. when I upload a picture, No matter what type I get the following error after the upload count get's to 100% even if I have stopped all other apps.
and in the console just this:
warn: Route requested but not found: /api/post/upload