aws-samples / aws-serverless-workshop-innovator-island

Welcome to the Innovator Island serverless workshop! This repo contains all the instructions and code you need to complete the workshop.
MIT No Attribution
564 stars 228 forks source link

Can not see update on site after I followed each step. #65

Closed yy2540 closed 3 years ago

yy2540 commented 3 years ago

Describe the bug The browser caches the older version of the site even I perform a hard fresh on Chrome.

Link to workshop URL https://pages.awscloud.com/AWS-Learning-Path-Build-a-Serverless-Web-App-for-a-Theme-Park_2020_LP_0005-SRV.html https://www.eventbox.dev/published/lesson/innovator-island/1-deploy/4-update.html

To Reproduce Steps to reproduce the behavior:

  1. Go to 'AWS Amplify Console'
  2. Click on the URL of theme-park-frontend
  3. See error: My site does not change even I followed each step.
  4. On the console, see issue 'Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform'

Expected behavior A step-by-step instruction to fix this issue.

Screenshots 截屏2021-09-14 下午4 25 54

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

jbesw commented 3 years ago

This issue hints that the problem is the Git repo not being updated. Double-check the results of the git push instruction - this will throw an error if git has not been configured correctly. If you see an error, follow the setup steps in the workshop for correctly configuring git credentials.

Please paste your terminal output if you continue to have issues and I can troubleshoot further.

jbesw commented 3 years ago

If you continue to have issues, please let me know but I'll close this ticket for now.