-
Notifications
You must be signed in to change notification settings - Fork 261
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
Port number is duplicated on absolute path generation with non-standard ports #379
Comments
same problem |
Maybe its the same problem as #377 ? Check the version of symfony/serializer (version 5.0.5 have issues for me, not 5.0.4) |
Thanks @YoannChabert but I'm using symfony/serializer 4.4.0 |
I don't know if that can help, but i tried again the version 5.0.5 and it works ! |
If there is an option this bug was introduced here? As i see that setting |
@ViniTou I think you're right about this PR, I had to downgrade to fos js routing bundle to ~2.4.0. |
Thanks for the fix! |
I've discovered a weird problem.
When I use non-standard ports on my local dev server the generated URLs duplicates the port.
This is the code:
I get this URL:
https://localhost:4443:4443/admin/style/new/5
The text was updated successfully, but these errors were encountered: