That's why I was wondering if using Go 1.22.4 could be an issue. I don't know how exactly. Only way to test is to rebuild it with an older version I guess, which is why I did the make clean in the first place. Old habits die hard lol.
That's why I was wondering if using Go 1.22.4 could be an issue. I don't know how exactly. Only way to test is to rebuild it with an older version I guess, which is why I did the make clean in the first place. Old habits die hard lol.
go v1.22.2
here, but I'll upgrade now just to be sure...
go v1.22.2
here, but I'll upgrade now just to be sure...
go v1.22.2
here, but I'll upgrade now just to be sure...

DEBU[0163] no subscriptions found for http://10.0.0.164:8000/user/admin/twtxt.txt
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "POST /post HTTP/1.1" 200 0 8.323709ms
DEBU[0163] reloading templates in debug mode...
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "GET / HTTP/1.1" 200 18120 87.933208ms

for every post there should be a
POST /post ...
followed pretty quickly by a GET /

DEBU[0163] no subscriptions found for http://10.0.0.164:8000/user/admin/twtxt.txt
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "POST /post HTTP/1.1" 200 0 8.323709ms
DEBU[0163] reloading templates in debug mode...
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "GET / HTTP/1.1" 200 18120 87.933208ms

for every post there should be a
POST /post ...
followed pretty quickly by a GET /
GET /post
-- There is no handler/route for that, that *will* indeed 404, really strange you're still seeing this? And what's this login issue?
GET /post
-- There is no handler/route for that, that *will* indeed 404, really strange you're still seeing this? And what's this login issue?
GET /
, You are right that a POST /post
does an internal XHR redirect to whatever view you're on to refresh it.
GET /
, You are right that a POST /post
does an internal XHR redirect to whatever view you're on to refresh it.