Cache server-to-server requests (SvelteKit)
Hi there!
I use SvelteKit and need to cache requests made from a page server load function to a server endpoint. For now here's my setup (attached), but it doesn't seems to work.
Have you some ideas? Do I need to cache manually using the Cache API?
Cheers!
I use SvelteKit and need to cache requests made from a page server load function to a server endpoint. For now here's my setup (attached), but it doesn't seems to work.
Have you some ideas? Do I need to cache manually using the Cache API?
Cheers!

