replayio / website

Code for our demo site on replay.io/demo
https://website-git-master.recordreplay.vercel.app
1 stars 1 forks source link

When navigating to static.replay.io I get a badlly rendered site with CSS missing #158

Closed gideonred closed 3 years ago

gideonred commented 3 years ago

I was on my way to static.replay.io/demo and accidentally went to just static.replay.io. I got served a page that looked like this:

Screen Shot 2021-10-03 at 11 54 08 AM

I expected either no page (404) or a page that appears "designed".

jasonLaster commented 3 years ago

haha - i bet that's our old website :) we should totally delete this.

jazzdan commented 3 years ago

Hmm I deleted the index.html but it's still showing up. Maybe we need to wait for some caches to be invalidated.

gideonred commented 3 years ago

Yep, I can see it being served by the cache:

❯ curl -vso /dev/null https://static.replay.io 2>&1 | grep cache
< x-cache: Hit from cloudfront

I don't think it's serious enough to chase down the cache, we can just wait for it to expire.