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

Symfony 7.2 (stable) from 2024-11-29 leads to errors #6596

Closed
sogo-on-github opened this issue Dec 1, 2024 · 1 comment
Closed

Symfony 7.2 (stable) from 2024-11-29 leads to errors #6596

sogo-on-github opened this issue Dec 1, 2024 · 1 comment

Comments

@sogo-on-github
Copy link

  • Laravel Version: ^11
  • Nova Version: 4.35.5
  • PHP Version: ^8.2

Description:

no changes in mail configuration
update from 2024-11-29 leads to following error:
"message": "The "" scheme is not supported; supported schemes for mailer "smtp" are: "smtp", "smtps".",

downgrade to symfony mailer 7.1 fixes the problem

Detailed steps to reproduce the issue on a fresh Nova installation:

same problem in fresh nova installation

@crynobone
Copy link
Member

A fix has been merged and pending a release (laravel/framework#53585). You should run composer require "symfony/mailer:~7.1.0" until the release.

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