Kent C. Dodds
Kent C. Dodds
Makes sense. Yeah, the internal API call sounds the most sensible.
Here's my implementation of that: https://github.com/kentcdodds/kentcdodds.com/blob/ec9c0d5a652d97c97ee98ffe0d33e38c592ce962/app/routes/resources/cache.sqlite.ts And here's how I handle when `cache.set` and `cache.delete` is called: https://github.com/kentcdodds/kentcdodds.com/blob/ec9c0d5a652d97c97ee98ffe0d33e38c592ce962/app/utils/cache.server.ts#L73-L132
I'm getting this: ``` 2023-01-24T05:15:47Z app[2862cf95] ams [info]FetchError: request to https://3f8f0b85.vm.kcd.internal/resources/cache/sqlite failed, reason: connect ECONNREFUSED fdaa:0:23df:a7b:d826:3:5d51:2:443 ``` What am I doing wrong? I'm guessing my URL is incorrect or something?
That worked ๐ I think this is the best approach. I'm still able to avoid using (or hosting) another service, and the cache is at the edge next to my...
Work started here: https://github.com/epicweb-dev/gratitext/tree/components
Yeah, you create that folder. A PR is welcome to make it more clear if you'd like :)
Hard to say since login works with the deployed version of the template: https://www.epicstack.dev
This is an annoying thing from vite because they compile things on demand to make it faster to start up. I'm not sure whether there's a way around this. I...
We could just have the include match everything ๐คทโโ๏ธ