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
I've been faced with this issue for the past 5 hours. Has anyone been able to solve this issue or a workaround
@bekee Just create a .rr.yaml file to the root directory of your app with this content:
# RR configuration versionversion: "2.7"
Then execute php artisan octane:start.
And the result should be:
$ cat .rr.yaml
# RR configuration version
version: "2.7"
$ php artisan octane:start
INFO Server running…
Local: http://127.0.0.1:8000
Press Ctrl+C to stop the server
Description:
Hello,
Since the publication of Roadrunner 2.8.0 the following error appears on the startup:
It seems to be because the default .rr.yaml file generated by Octane does not contain at least the version 2.7:
Explanation : https://github.com/roadrunner-server/roadrunner/releases/tag/v2.8.0
Example : https://github.com/spiral/roadrunner-binary/blob/master/.rr.yaml
Thank you
The text was updated successfully, but these errors were encountered: