Occasionally we have been seeing yii\base\ErrorException with
Undefined array key "signature"
This is caused by some bots trying random URLs, often stripping parameters. Adding a null coalescing operator would cause the proper exception to be thrown on line 65.
Hi,
Occasionally we have been seeing
yii\base\ErrorException
withThis is caused by some bots trying random URLs, often stripping parameters. Adding a null coalescing operator would cause the proper exception to be thrown on line 65.