I'm encountering an issue with my Google Cloud PHP web application where I'm attempting to link between two web pages. Specifically, when a link is clicked to navigate to the next page, it should reload with the updated URL (e.g., appspot/project/page2). However, despite having the code for the second page correctly set up at appspot/project/page2, the old code is being loaded instead.
Steps to Reproduce:
Expected Behavior: Upon clicking the link to navigate to the second page, I expect the page to load the correct code from appspot/project/page2.
Actual Behavior: Instead of loading the updated code from appspot/project/page2, the page loads the old code.
Environment:
Additional Notes: I've set up the runtime environment using PHP 8.3, and I deploy the application using gcloud app deploy. However, despite the deployment process, the correct code is not being loaded when navigating between pages.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 |