I trying to use all features of api-platform to test this solution. I don't want use the docker stack to understand the construction.
My test API is now created and useable.
Entrypoint: http://api.localhost
My problem is when i will install admin with the official tutorial.
- I don't have any error or warning during installation with yarn
- I have modified the
src/App.js
file with my entrypoint
- I have modify API CORS HTTP Headers to allow the admin's domain to access it. The admin's domain is
http://localhost:3000
When I try to access to admin : http://localhost:3000
, I have the message Unable to retrieve API documentation
.
I don't have any message in console. If I check my network tab, I can view the call to the API with the correct response.
If you have any ideas.. I get them all !