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
@MarekKarmelski looking to the code it does not seems to hardcode any http protocol in it.
Could you check by trying to dumping (in your controller for instance) the route you're passing to this action (or grid) generated by symfony router?
@DonCallisto I checked this case one more time and, APY when create urls use twig function for that, and this function default use http:// protocol. I set default protocol https:// for all project and now APY generate correct links. Second solution to resolve this case is set third parameter in APY templates twig functions path() or url() to true - then links will be created relative. We can close this issue :).
When I add RowAction, on site when is enabled ssl, generated link start with http:// not https://
The text was updated successfully, but these errors were encountered: