@julian I use postgres database, should postgres build indices after migrate the DB data?
C
cialloo
@cialloo
Posts
-
Hello , How to migrate NodeBB between servers? -
Trying to use api with bearer token to upload file, but response with 403 forbidden.problem solved today, thank baris
-
Trying to use api with bearer token to upload file, but response with 403 forbidden.I try with this solution, but get
invalid-json
error.
NodeBB/src/controllers/admin/uploads.js at c3f02b74cc6e1401b4ee2734fbcf958ca9bf7df3 · NodeBB/NodeBB
Node.js based forum software built for the modern web - NodeBB/src/controllers/admin/uploads.js at c3f02b74cc6e1401b4ee2734fbcf958ca9bf7df3 · NodeBB/NodeBB
GitHub (github.com)
-
Trying to use api with bearer token to upload file, but response with 403 forbidden.I have generated an api token to admin user 1
And then I use windows subsystem linux 2 to upload file via curl
I have created the folder before sending post request
In admin panel, the api access page always tell me thatThis key has never been used.
And I cannot upload file successfully, which step I mistake?