Lynx
Lynx
Explore posts from servers
FFilament
Created by Lynx on 11/4/2023 in #❓┊help
How to add only the color variables with @filamentStyles
No description
2 replies
CDCloudflare Developers
Created by Lynx on 9/27/2023 in #general-help
How does Cache Purge API works?
I forcibly cached the API endpoints that are not very dynamic on one of my sites by writing a Cache Rule. I set the Edge TTL to 2 hours and the Browser TTL to disable. When I send the link of the endpoint I want to purge to Cache Purge, I get a successful response and when I go directly to the API endpoint, for example https://api.example.com/api/list, I can see the newly added or removed data with status code 200. When I refresh the page, it continues to fetch from the cache with code 304. But when I try to fetch this API endpoint from another domain, for example https://example.com, I still see the old data with status code 304. In short, when I access the endpoint directly, it is up-to-date, but when I fetch this endpoint from another domain, I see old data. Why this is happening and how can i solve this issue? 🤔
6 replies
NNuxt
Created by Lynx on 6/16/2023 in #❓・help
titleTemplate on ogTitle
I have a title template but seems like it doesnt add itself to the og:title, nuxt devtools displays without the template as well, but works on normal title. Is this intented?
3 replies