the static content of my website is working well , my issue is when calling a variable from php to be shown on screen , what happens that the request returns a 200 OK and in the console i can see the result so the issue does not lie in the php , the issue that the result is put inside a variable and this variable is not shown only after page reload which i found it odd !
tried another scenario where i putted a static variable , same result , the content of the variable is shown after page refresh
I also don’t see the issue. I open your home page, click reserve in the hamburger menu and see the page with the row already in there.
I don’t know enough about Vue.js to tell why it wouldn’t work for you.
And it’s odd that it works on other places but not here. If the PHP code works, then the issue would be with the Javascript which needs to put the data on the page. But Javascript is executed in the browser, not on the server, so the hosting provider doesn’t affect how that works.