Open Issues Need Help
View All on GitHubAI Summary: Investigate and fix the issue where the `sail share` command in Laravel Sail (version 1.44.0) fails to generate a working public HTTPS link (using *.laravel-sail.site), resulting in a connection refusal error. The investigation should include updating the `expose` server Docker image to the latest version and examining potential server-side problems with laravel-sail.site. A solution should be implemented and tested.
AI Summary: Debug a Laravel Sail application where scheduled commands, run in the background using `artisan schedule:run`, are not executing correctly. The issue seems to be related to how background processes are handled within the Sail environment. The problem is reproducible, and a potential fix involving `nohup` is suggested, but needs verification and a more robust solution.