Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Token generation api responses time out

Open
#118 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript, nodejs
Domain
api, backend

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.

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.

Dominant language
JavaScript
Stars
136
Forks
75
Avg merge
1m
Merged PRs (30d)
8

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from NodeBB/nodebb-plugin-write-api

All issues in NodeBB/nodebb-plugin-write-api

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.