laravel - Blank page "redirecting to..." message -
Each time I return a redirect to a route from a certain controller, the redirect always occurs before the following message :
redirecting to https: // localhost
....
This indicates that for a few seconds more complete redirects It is done. Everyone had this error before?
It appears for every redirect in my controller, so I thought it would be logical to add my entire controller, but if you need to see the controller please comment.
On another forum someone said that the issue was that there was an extra space in front of my php tag I removed it and now it works perfectly!
Comments
Post a Comment