FilamentF
Filament16mo ago
jjo63

Application load failure on Safari but OK on Chrome

Hi all, bit of an odd one this. I developed originally using the php server and all was good. I then wanted to make the app accessible to a wider audience for evaluation and so I configured apache and setup SSL etc. The issue occurs on logging in:

If I login to the app on Safari using the php server (port 8000) all OK.
If I login to the app on Safari using apache (443) I get an error.
If I login to the app on Chrome using apache (443) all OK.

The error is

The POST method is not supported for route admin/login. Supported methods: GET, HEAD.


Any thoughts or experience of this?

thanks
j
Solution
OK. Interesting! Worked in private mode.
Was this page helpful?