create-client
create-client copied to clipboard
hydra:error + HTTP 500. Can't load demo /books data
API Platform version(s) affected: x.y.z
Description
Just tried to generate a React client using the demo server at https://demo.api-platform.com/ but when trying to run the generated client it fails with HTTP 500 and can't load books
data.
How to reproduce
Just follow the documentation steps for running the demo with the React generator.
Possible Solution
Additional Context
It looks like the demo server is triggering 500 errors for any request right now. You can try with your own api server by cloning and running the following repo : https://github.com/api-platform/demo