we have solved the problem by upgrading from Debian 9 to Debian 10... Somehow this solved all the problem, we did not change anything, everything else stayed the same version (node/npm/NodeBB)... FYI...
NodeBB-0.5.1 http://localhost:4567/api/home return 404
-
Hi,
I installed 0.5.1 on my local box, and when I tried
http://localhost:4567/api/home
it returns:
Moved Temporarily. Redirecting to /404is this expected behavior for 0.5.1 ? (I don't have same issue in older version).
btw - where is the code for /api/home ?
Thanks! -
Technically, I broke the rules when I removed
/api/home
, since that counts as a breaking change while we were in a feature freeze, but yesThe route is now
/api
, since/api/home
was the only odd one out. The API now matches routes 1:1 (with the/api/
prefix)