Does anyone have any tips for troubleshooting a st...
# sst
n
Does anyone have any tips for troubleshooting a static site that says it deployed fine but when navigating to the sites URL I get: ``````
Copy code
"@serverless-stack/cli": "0.52.0",
        "@serverless-stack/resources": "0.52.0",
I just went through and eyeballed the cloudfront and s3 console for one of my old deploys that worked and I don’t see any differences between the working deployment and new failing one.
Hmm well I overlooked a big difference… there’s only a README file in my new s3 bucket.
Yeah I think you can ignore me, just forgot the build and deploy scripts are separated.