Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write-api is broken with v1.15.0-rc.2 #8805

Closed
awunnenb opened this issue Oct 29, 2020 · 2 comments
Closed

write-api is broken with v1.15.0-rc.2 #8805

awunnenb opened this issue Oct 29, 2020 · 2 comments
Assignees
Milestone

Comments

@awunnenb
Copy link

  • NodeBB version: v1.15.0-rc.2
  • NodeBB git hash: 7c08413
  • Installed NodeBB Plugins: nodebb-plugin-write-api": "^5.8.1
  • Database type: mongodb
  • Database version: 4.x
  • Exact steps to cause this issue: post a topic to api/v1 or /v2
  • What you expected: new created topic in nodebb
  • What happened instead: after 1 minute: 504 Gateway Time-out
    switch back to 1.14.3 everything works fine
@julianlam
Copy link
Member

@awunnenb Thanks for reporting, we will get this sorted out.

@julianlam
Copy link
Member

@awunnenb I was not able to successfully reproduce your issue (in that the request was not hanging when I called), but I received this instead:

{                                                 
    "code": "not-authorised",
    "message": "A valid login session was not found. Please log in and try again.",
    "params": {}                                                                                    
}

Which is an API v3 error. The above commit should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants