realworld: [Bug tracker] New deployed API

Update The temporary API will be shut down on Nov 1st as being now available on the original URL https://conduit.productionready.io/api

A new API is deployed to fix the following issues:

  • performance
  • NSFW content

This new API is a temporary solution as we can’t deploy on the productionready.io domain. API URL: https://realworld-temp-api.herokuapp.com/api

I chose not to use an existing backend implementation but to create a new one as a starter for the incoming V2. Please add a comment here if you find any bugs while using this new API.

Bug tracker:

  • GET /api/articles/feed doesn’t retrieve data as expected
  • GET /api/articles/:slug/comments response doesn’t match the specs format
  • article related tags aren’t deleted on cascade when an user deletes an article
  • login with incorrect credentials fails with a CORS error
  • error messages don’t match the spec format
  • refresh token (won’t be fixed for this version)
  • GET /api/articles/:slug/comments author info not included
  • missing default avatar image
  • articlesCount using offset/limit
  • favorite endpoints don’t return the tagList with the expected format

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 27 (14 by maintainers)

Most upvoted comments

@Allianzcortex the repository is here: https://github.com/gothinkster/node-express-prisma-v1-official-app The deployed branch is the limited one (with demo account, a cron to delete data on a regular basis, and fake data).

@Allianzcortex Thanks!

I made some refactoring to open-source the API source code soon and it resulted in a new bug. It’s now fixed!

Hey @HoPGoldy, thanks for reporting it. It should be fixed by now (for both POST and DELETE on this endpoint).

@geromegrignon thanks for the temporary API! It seems that login with incorrect credentials fails with a CORS error instead of the expected response.

Hello, I just fixed it.