Results 348 comments of Tee Ming

Ok I think the `page.waitForEvent('download')` ~fixes~ reduces the flakiness of the download test. Small note, the current behaviour for an implicit download link is: 1. Clicking on the link is...

> Now, I don't see any reason why the generated `_routes.json` for static folder should not use wildcard instead of listing files 1 by 1 > I just hit the...

Instead of always generating a fallback page, I suggest that the cloudflare adapter copies over a static `404.html` to the `/_app/` or `/` root directory. The `` of this file...

> I feel the standard that works for most sites, and matches the functionality of other adapters is better than having a different behavior that doesn't make a ton of...

@Fasteroid @SubhamPramanik if you can share a reproduction, it would help with diagnosing the issue.

@SubhamPramanik thank you for sharing that info. Is it possible for you to also share what files are being cached / how the cache is setup? This seems to be...

> After clearing my head for 2 weeks, I realize now the issue is that since I'm hosting on Github Pages but using the legacy way of deploying a branch,...

> Hey @eltigerchino, I looked into our setup and I don't see any caching config on our side. My best guess would be that we're using the default caching setup...

> EDIT: This is error is coming from my `drizzle.config.ts` which is located at root of the project. Maybe that's why? Is `$env/static/private` only available within `src`? Yes, your drizzle...

One workaround is to structure your route such as `src/routes/foo/index.html/+page.svelte`. This should result in the prerendered page `/foo/index.html` but you run into the risk of this issue https://github.com/sveltejs/kit/issues/8676