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
Updating the package to version 22.2.0 broke everything for me due to an invalid typing in this snippet.
ERROR php_swoole_server_rshutdown() (ERRNO 503): Fatal error: Uncaught TypeError: OpenSwoole\Core\Psr\Message::getHeader(): Return value must be of type array, string returned in /var/www/vendor/openswoole/core/src/Psr/Message.php:111
Updating the package to version 22.2.0 broke everything for me due to an invalid typing in this snippet.
ERROR php_swoole_server_rshutdown() (ERRNO 503): Fatal error: Uncaught TypeError: OpenSwoole\Core\Psr\Message::getHeader(): Return value must be of type array, string returned in /var/www/vendor/openswoole/core/src/Psr/Message.php:111
It's not always an array, in my case it's simply the retrieval of the "Authorization" header
Bearer xxxxxxxxxx.xxxxxxxxxx.xxxxxxx
I remedied the situation like this:
What do you think? Have you encountered this problem?
The text was updated successfully, but these errors were encountered: