Unfortunately not on that front. Still the same 404 posting errors and oddly occasional login errors.

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.

⤋ Read More

Upgraded my Go compiler and I’m still not able to reproduce those 404(s) you’re seeing. For clarity, this is what you expect to see in the server logs:

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 /

⤋ Read More

But there should never ever be a 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?

⤋ Read More

Participate

Login to join in on this yarn.