spiral / app

Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
https://spiral.dev/
MIT License
190 stars 20 forks source link

Undefined class or binding `Symfony\Contracts\HttpClient\HttpClientInterface` #67

Closed roquie closed 1 year ago

roquie commented 2 years ago

[App\Job\Ping] Undefined class or binding "Symfony\Contracts\HttpClient\HttpClientInterface" error happens when I click on "Create background task" on main page after first app skeleton start. I don't think this is expected behavior.

How to reproduce:

  1. composer create-project spiral/app backend v3.0-beta2
  2. ./rr serve
  3. Open http://localhost:8080
  4. Click to "Create background task" link
msmakouz commented 1 year ago

Fixed by: https://github.com/spiral/app/pull/74