-
Notifications
You must be signed in to change notification settings - Fork 0
Exceptions
Jonathan edited this page Apr 24, 2020
·
3 revisions
Firewall context is not configured
You must configure firewall context into security configuration file config/packages/security.yaml
security:
firewalls:
main:
anonymous: lazy
Resource context "{context}" is not configured
You must configure resource context into your bundle configuration file config/packages/acme_foo.yaml
acme_foo:
contexts:
main: ~