NodeBB / NodeBB/nodebb-plugin-write-api
Token generation api responses time out
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 136
- Forks
- 75
- Avg merge
- 1m
- Merged PRs (30d)
- 8
Description
nodebb-plugin-write-api version 5.2.3
nodebb-plugin-write-api-brfenergi version 5.4.0
nodebb version 1.11.2
test :
POST http://localhost:4567/api/v2/users/1/tokens
Content-Type: application/json
{
"password": "my password"
}
error:
org.apache.http.NoHttpResponseException: localhost:4567 failed to respond
Server side didn't show any error logs.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the POST request to /api/v2/users/1/tokens using the listed nodebb-plugin-write-api and NodeBB versions. Start by tracing the token-generation API entry point and checking why the server returns no response or error logs. Done means the request responds successfully or the failure is reported clearly with actionable server-side logging.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100