Method 'Filecoin.ChainNotify' not supported in this mode (no out channel support)

I ran this command export FULLNODE_API_INFO="https://PROJECT_ID:PROJECT_SECRET@filecoin.infura.io" then lotus daemon --lite. Btw I followed the docs perfectly, uncommenting config.toml line 3 and changing 127.0.0.1 to 0.0.0.0.

I got the following error repeating.

2021-09-01T06:51:01.848-0400	INFO	events	events/observer.go:69	restarting listenHeadChanges
2021-09-01T06:51:01.872-0400	ERROR	events	events/observer.go:58	listen head changes errored: listenHeadChanges ChainNotify call failed: RPC error (-32004): method 'Filecoin.ChainNotify' not supported in this mode (no out channel support)
2021-09-01T06:51:02.873-0400	INFO	events	events/observer.go:69	restarting listenHeadChanges
2021-09-01T06:51:02.897-0400	ERROR	events	events/observer.go:58	listen head changes errored: listenHeadChanges ChainNotify call failed: RPC error (-32004): method 'Filecoin.ChainNotify' not supported in this mode (no out channel support)

What’s the problem?