You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
composer require sulu/form-bundle works, but cache:clear dies:
Cannot load resource "@SuluFormBundle/Resources/config/routing_api.yml". Make sure the "SuluFormBundle/Resources/config/routing_api.yml" bundle is correctly registered and loaded in the application kernel class. If the bundle is registered, make sure the bundle path "@SuluFormBundle/Resources/config/routing_api.yml" is not empty.
Everything looks ok so far:
sulu_form_admin.yaml exists with the following content:
sulu_form_api:
resource: "@SuluFormBundle/Resources/config/routing_api.yml" <= here, an 'a' is missing!
type: rest
prefix: /admin/api
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
composer require sulu/form-bundle works, but cache:clear dies:
Cannot load resource "@SuluFormBundle/Resources/config/routing_api.yml". Make sure the "SuluFormBundle/Resources/config/routing_api.yml" bundle is correctly registered and loaded in the application kernel class. If the bundle is registered, make sure the bundle path "@SuluFormBundle/Resources/config/routing_api.yml" is not empty.
Everything looks ok so far:
sulu_form_admin.yaml exists with the following content:
sulu_form_api:
resource: "@SuluFormBundle/Resources/config/routing_api.yml" <= here, an 'a' is missing!
type: rest
prefix: /admin/api
vendor/sulu/form-bundle/Resources/config/routing_api.yaml exists
bundles.php
...Sulu\Bundle\FormBundle\SuluFormBundle::class => ['all' => true],
What else could it be?
Beta Was this translation helpful? Give feedback.
All reactions