The current domain used for the demo API is conduit.productionready.io.
The current maintainer team doesn't have direct access to this domain and it makes each new maintenance effort on it quite painful (partially explained in #722).
Due to current server redirection, there are inconsistent bugs, for example #788
Currently, conduit.productionready.io requests are already redirected to api.realworld.io.
I encourage you to use api.realworld.io.
Action
[x] change demo API url references in the documentation
[ ] open pull requests in Frontend accepted Implementations repositories to update them
[ ] for unmaintained implementations, host an updated version on Netlify to provide a solution for everyone to test them
Description
The current domain used for the demo API is
conduit.productionready.io
. The current maintainer team doesn't have direct access to this domain and it makes each new maintenance effort on it quite painful (partially explained in #722).Due to current server redirection, there are inconsistent bugs, for example #788
Currently,
conduit.productionready.io
requests are already redirected toapi.realworld.io
. I encourage you to useapi.realworld.io
.Action