laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.71k stars 284 forks source link

Termwind\\render(): Argument #2 ($options) must be of type int, null given #921

Closed ggbaretta closed 1 week ago

ggbaretta commented 1 week ago

Octane Version

2.5.0

Laravel Version

11.0

PHP Version

8.2

What server type are you using?

Swoole

Server Version

5.1.3

Database Driver & Version

Postgres

Description

I'm having the same error that was related at this issue https://github.com/laravel/octane/issues/918#issue-2376456563

At same point ->

laravel/framework/src/Illuminate/Console/View/Components/Component.php:52

Should be fixed by that correction? The error keeps happening.

Steps To Reproduce

Download Laravel 11
Add Octane 2.5.0
Start application via php -d variables_order=EGPCS /your/path/to/artisan octane:start --server=swoole --host=0.0.0.0 --port=8000
Execute HTTP request
ggbaretta commented 1 week ago

resolved with 2.5.1