Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad experience for Sail on Windows #751

Open
Rattone opened this issue Nov 10, 2024 · 1 comment
Open

Bad experience for Sail on Windows #751

Rattone opened this issue Nov 10, 2024 · 1 comment

Comments

@Rattone
Copy link

Rattone commented Nov 10, 2024

Sail Version

1.37.1

Laravel Version

11.30.0

PHP Version

8.3.13

Operating System

Windows (WSL)

OS Version

11

Description

The experience with Sail on Windows has gotten worse lately.
With the latest Laravel updates an application installed with laravel.build (Sail) cannot be started without manually launching the migrations for the sessions table (the default connection for the db is the mysql container).
Another problem is with defer(), it needs fastcgi_finish_request but it is not available making it impossible to use, along with flexible etc.

Steps To Reproduce

curl -s https://laravel.build/example-app | bash

@tbmreza
Copy link

tbmreza commented Dec 5, 2024

Offering my two cents to anyone's taking on this issue. Check for non-default values in .wslconfig and wsl.conf https://learn.microsoft.com/en-us/windows/wsl/wsl-config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants