aboutsummaryrefslogtreecommitdiff
path: root/293
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /293
Initial versionHEADmain
Diffstat (limited to '293')
-rw-r--r--293/index.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/293/index.md b/293/index.md
new file mode 100644
index 0000000..07d6442
--- /dev/null
+++ b/293/index.md
@@ -0,0 +1,13 @@
+Title: Cache issue when login into codeberg
+Author: rodarima
+Created: Sun, 27 Oct 2024 16:04:29 +0000
+State: open
+
+At first I thought login into Codeberg was not working, as I was being redirected to the main page again. However, the issue is that is not being fetched again, and is serving it from the cache, even if I am now logged in. Steps to reproduce:
+
+- Enable cookies for codeberg.org
+- Go to codeberg.org
+- Login
+- Same main page is redirected.
+
+On reload, the proper page is shown. The logout functionality seems to be broken without JS, so I need to remove the cookie by hand. \ No newline at end of file