-
i am able to fetch the token using postman. however. the same using the fetch API returns null.
const token = response.headers.get("x-auth-token"); -< returns null
"response.headers.forEach((v…
-
### Steps to reproduce the problem
1. make API call to search for statuses with a max_id, e.g. `https://mastodon.online/api/v2/search?q=search&type=statuses&max_id=113404702919566475`
Alternatively,…
-
I created a new site, and initially got 503 errors whenever I entered the specified URL into the browser.
Eventually I found that I _could_ see my web pages -- if I bypassed DNS and specified a d…
-
### What happened?
When using the LiteLLM OpenAI proxy, I've noticed that the caching functionality is not working as expected. Specifically:
1. The `cache_hit` value is always `0`, even when ca…
-
Similar to https://github.com/PythonicCafe/dokku-prerender/issues/3
Problem: Maybe corrupted cache, https://github.com/PythonicCafe/dokku-prerender/issues/3#issuecomment-2025567619
Logs:
```
…
-
According to https://edc.intel.com/content/www/us/en/design/products/platforms/details/arrow-lake-s/core-ultra-200s-series-processors-datasheet-volume-1-of-2/p-core-and-e-core-level-1-and-level-2-cach…
-
### Checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, us…
-
Static files under conventinal "/_/" directory may be cached. This mechanism should be defined by application wide, for directories(css,js,image,etc.), for mime type or for individual files, cached fi…
ghost updated
11 years ago
-
### Description
When starting Tmail-Web on a new window (not private), all content is reloaded without using HTTP-304 mechanism.
### Expected result
Use cache or update headers to allow HTTP…
-
```
PIKU_INTERNAL_NGINX_CACHE_MAPPING = """
location ~* ^/($cache_prefixes) {
uwsgi_cache $APP;
uwsgi_cache_min_uses 1;
uwsgi_cache_key $host$uri;
uwsgi_cache…