api-platform / api-pack

A Symfony pack for API Platform
https://api-platform.com
MIT License
524 stars 34 forks source link

No route found for "GET /" #9

Closed sandoche closed 6 years ago

sandoche commented 6 years ago

After installing Symfony4, then the webserver, and the api-pack with the following command

composer create-project symfony/skeleton project
cd project
composer req webserver
composer req api

I get No route found for "GET /"

See the screenshot below error

I also tried to create an entity user and to access it though /users Same error I followed this video: https://medium.com/@fabpot/symfony-4-a-small-screencast-cf6511823f except that I used the 4.0 version of Symfony

I tried in Ubuntu and Windows, same problem.

sandoche commented 6 years ago

My bad the routing prefix was "/api"