-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We continue to have problems deploying and updating our sites. #533
Comments
Yes there seems to be some caching involved as updates are not reflected and requires many push attempts or even some sort of HTML element or CSS dom change to force it. |
I'll look into it. First I need to know the IP address you are directed to. Can you run |
ping rc-commander.surge.sh |
@eliseodedios thank you. We have purged caches on the 138.197.235.123 edgenode. please test again. |
@sintaxi Thanks for the help my dear, greetings and success. |
hello! also experiencing staleness. my ip is 138.197.235.123 update: my deployment has now propagated |
hello i am having an issue teardown'ing one of my sites, and my other site wont update even though it says success! and surge command said it tore down site, when i go to my sites they are not updating and the other teard down one is still up ping output for my new main site 45.55.110.124 ping output for the site i want to tear down 159.203.159.100 |
Hi there, thanks so much for this awesome service! However unfortunately I'm having the same issues described above. Would much appreciate any help. 🙏 Thanks! |
@jonathanconway Im seeing 3 deployments all with identical content. are you sure you changed the contents of the project? https://1719938981217-testmatic.surge.sh/auto.appcache |
@sintaxi Ok thanks for letting me know, I'll investigate on my side. Thanks! |
@sintaxi I rebuilt the site and checked my ./build folder. It includes the following files:
These files also appear in the asset-manifest.json file: {
"files": {
"main.css": "/static/css/main.c9ec1d83.css",
"main.js": "/static/js/main.a831ab0e.js",
"static/js/453.997098d3.chunk.js": "/static/js/453.997098d3.chunk.js",
"static/media/marked.cjs": "/static/media/marked.ce1e881bd4176f4ee7e9.cjs",
"static/media/logo.svg": "/static/media/logo.2af48dab3fba65081f3f9d97088a78cb.svg",
"index.html": "/index.html",
"main.c9ec1d83.css.map": "/static/css/main.c9ec1d83.css.map",
"main.a831ab0e.js.map": "/static/js/main.a831ab0e.js.map",
"453.997098d3.chunk.js.map": "/static/js/453.997098d3.chunk.js.map"
},
"entrypoints": [
"static/css/main.c9ec1d83.css",
"static/js/main.a831ab0e.js"
]
} I'm running this command for the deployment: surge ./build testmatic.surge.sh But when I browse to the new file: https://testmatic.surge.sh/static/js/main.a831ab0e.js, I get a "Page not found" error. When I browse to the older deployed file: https://testmatic.surge.sh/static/js/main.e84b5fc5.js, I get served the file. So it seems surge is caching the older version of the site, unless I'm missing something? Version of surge I'm using: v0.23.1. |
can you run |
Sure:
Also sorry I made a typo in the previous comment – it is serving this older file: https://testmatic.surge.sh/static/js/main.e84b5fc5.js |
I am plussing this issue. I have to push my updates 5-10 times before they take and are reflected on the site OR they don't update ever. For example, yesterday and the days before (since issue #530 was closed out), it was requiring me to push a few times before the site would be reflected. Today however, I've pushed a dozen times and the update is never reflected. |
I'm experimenting the same issues on my side |
@jonathanconway @sseeaann @mr3wi I need to know what endpoint you are being directed to. Can you run |
|
It seems to be working again. Many thanks!! 👍 |
We continue to have problems deploying and updating our sites.
The text was updated successfully, but these errors were encountered: