Seafile connection error when changing root port

Ok, so I installed the latest seafile server on Ubuntu 19.xx. Tested it and got everything ok I can even sync files to my windows machine. Changed Service_URL in (ccnet.conf && gunicorn.conf) from 8000 to 8002. Restarted the server and made sure to specify "8002* during seahub start param. Tested and checked everything and it worked ok.

So I moved on to change the “FILE_SERVER_ROOT” from 8082 to 8084. Now I run into an error. I changed the port in the “Seafile.conf” file located in the “conf” folder. It will let me download and upload a file to the server via “Client” & “Website” but will tell me that it can not connect to the server when I try to sync a folder.

This is the error contained in the error log on my windows machine “Client side”.

[06/10/19 20:46:15] http-tx-mgr.c(1285): Bad response code for GET http://192.168.1.99:8002/seafhttp/protocol-version: 404.
[06/10/19 20:46:16] http-tx-mgr.c(808): libcurl failed to GET http://192.168.1.99:8082/protocol-version: Couldn’t connect to server.
[06/10/19 20:46:16] clone-mgr.c(732): Transition clone state for d15140c0 from [check server] to [error]: check server.
[06/10/19 20:46:17] http-tx-mgr.c(1285): Bad response code for GET http://192.168.1.99:8002/seafhttp/protocol-version: 404.
[06/10/19 20:46:18] http-tx-mgr.c(808): libcurl failed to GET http://192.168.1.99:8082/protocol-version: Couldn’t connect to server.
[06/10/19 20:46:19] http-tx-mgr.c(1285): Bad response code for GET http://192.168.1.99:8002/seafhttp/protocol-version: 404.
[06/10/19 20:46:20] http-tx-mgr.c(808): libcurl failed to GET http://192.168.1.99:8082/protocol-version: Couldn’t connect to server.
[06/10/19 20:46:20] clone-mgr.c(715): Transition clone state for d15140c0 from [error] to [check server].
[06/10/19 20:46:23] http-tx-mgr.c(1285): Bad response code for GET http://192.168.1.99:8002/seafhttp/protocol-version: 404.
[06/10/19 20:46:24] http-tx-mgr.c(808): libcurl failed to GET http://192.168.1.99:8082/protocol-version: Couldn’t connect to server.
[06/10/19 20:46:24] clone-mgr.c(732): Transition clone state for d15140c0 from [check server] to [error]: check server.
[06/10/19 20:46:25] clone-mgr.c(715): Transition clone state for d15140c0 from [error] to [check server].

I do not know why it still says it’s on 8082 when it’s on 8084 now. But again it will not let anything sync now.