I have a web site that is using Laravel and using Git to push changes from my local laptop to Live (apache) web server. The server runs as a VPS.
I have an issue that seems to be occuring consistently with every other Git push. With web pages that contain forms that require SSL/HTTPS connectivity I have noticed the following:
I have no idea why this is happening and would be extremely grateful if someone could shed light on the possible cause of this.
It was simple in the end. Under storage\views (in the Laravel framework) were old files that just had to be deleted.
It became more obvious when my front page had different text despite the web directory containing the correct file.