Cannot login back to Godoxy after logout #110

Closed
opened 2025-12-29 14:25:06 +01:00 by adam · 4 comments
Owner

Originally created by @mrg358 on GitHub (Sep 14, 2025).

GoDoxy v0.18.1

I got logged out of Godoxy and cannot log back in.

docker compose up -d
[+] Running 4/4
 ✔ Network godoxy_default     Created                                                                                                                    0.1s 
 ✔ Container socket-proxy     Started                                                                                                                    0.7s 
 ✔ Container godoxy-proxy     Started                                                                                                                    0.7s 
 ✔ Container godoxy-frontend  Started   
godoxy-proxy     | 09-14 13:18 INF icons loaded icons=4324
godoxy-proxy     | 09-14 13:18 INF loaded route providers
godoxy-proxy     |                   • docker@local 25 routes
godoxy-proxy     |                 
godoxy-proxy     | 09-14 13:18 INF next cert renewal in 29 days, 19 hours and 56 minutes
godoxy-proxy     | 09-14 13:18 INF certificate expire on 11-14 07:14:45
godoxy-proxy     | 09-14 13:18 INF http_routes: added bluesky-facet-api-bsky-facet-api-1
godoxy-proxy     | 09-14 13:18 INF http_routes: added baserow
godoxy-proxy     | 09-14 13:18 INF http_routes: added godoxy
godoxy-proxy     | 09-14 13:18 INF http_routes: added paperless
godoxy-proxy     | 09-14 13:18 INF http_routes: added pinchflat
godoxy-proxy     | 09-14 13:18 INF http_routes: added wallos
godoxy-proxy     | 09-14 13:18 INF http_routes: added seafile
godoxy-proxy     | 09-14 13:18 INF http_routes: added tika
godoxy-proxy     | 09-14 13:18 INF http_routes: added kutt
godoxy-proxy     | 09-14 13:18 INF stream started laddr=[::]:42883 name= rurl=tcp://172.16.32.2:443 type=tcp
godoxy-proxy     | 09-14 13:18 INF stream_routes: added xftp-server
godoxy-proxy     | 09-14 13:18 INF stream started laddr=[::]:41193 name= rurl=tcp://172.16.16.2:5223 type=tcp
godoxy-proxy     | 09-14 13:18 INF stream_routes: added smp-server
godoxy-proxy     | 09-14 13:18 INF idlewatcher started container=paperless-ai-paperless-ai-1 deps=[] idle_timeout=15m0s kind=docker
godoxy-proxy     | 09-14 13:18 INF http_routes: added paperless-ai
godoxy-proxy     | 09-14 13:18 INF idlewatcher started container=stirling-pdf deps=[] idle_timeout=15m0s kind=docker
godoxy-proxy     | 09-14 13:18 INF http_routes: added stirling-pdf
godoxy-proxy     | 09-14 13:18 INF idlewatcher started container=astroluma_mongodb deps=[] kind=docker
godoxy-proxy     | 09-14 13:18 INF idlewatcher started container=lingva deps=[] idle_timeout=15m0s kind=docker
godoxy-proxy     | 09-14 13:18 INF http_routes: added lingva
godoxy-proxy     | 09-14 13:18 INF idlewatcher started container=cup deps=[] idle_timeout=15m0s kind=docker
godoxy-proxy     | 09-14 13:18 INF http_routes: added cup
godoxy-proxy     | 09-14 13:18 INF idlewatcher started container=astroluma deps=["astroluma_mongodb"] idle_timeout=15m0s kind=docker
godoxy-proxy     | 09-14 13:18 INF http_routes: added astroluma
godoxy-proxy     | 09-14 13:18 INF server started addr=:443 proto=h3 server=proxy
godoxy-proxy     | 09-14 13:18 INF server started addr=:80 proto=http server=proxy
godoxy-proxy     | 09-14 13:18 INF server started addr=:443 proto=https server=proxy
godoxy-proxy     | 09-14 13:18 INF server started addr=127.0.0.1:8888 proto=http server=api
godoxy-proxy     | 09-14 13:18 INF service is up name=http.godoxy
curl -i http://godoxy.my.domain.com
HTTP/1.1 307 Temporary Redirect
Alt-Svc: h3=":443"; ma=2592000
Date: Sun, 14 Sep 2025 11:19:41 GMT
Location: http://localhost:3000/login
X-Redirect-To: /login
Content-Type: text/plain; charset=utf-8
Transfer-Encoding: chunked

http://localhost:3000/login


curl -i https://godoxy.my.domain.com
HTTP/2 307 
alt-svc: h3=":443"; ma=2592000
date: Sun, 14 Sep 2025 11:24:09 GMT
location: https://localhost:3000/login
x-redirect-to: /login
content-type: text/plain; charset=utf-8

https://localhost:3000/login
Originally created by @mrg358 on GitHub (Sep 14, 2025). GoDoxy v0.18.1 I got logged out of Godoxy and cannot log back in. ``` docker compose up -d [+] Running 4/4 ✔ Network godoxy_default Created 0.1s ✔ Container socket-proxy Started 0.7s ✔ Container godoxy-proxy Started 0.7s ✔ Container godoxy-frontend Started ``` ``` godoxy-proxy | 09-14 13:18 INF icons loaded icons=4324 godoxy-proxy | 09-14 13:18 INF loaded route providers godoxy-proxy | • docker@local 25 routes godoxy-proxy | godoxy-proxy | 09-14 13:18 INF next cert renewal in 29 days, 19 hours and 56 minutes godoxy-proxy | 09-14 13:18 INF certificate expire on 11-14 07:14:45 godoxy-proxy | 09-14 13:18 INF http_routes: added bluesky-facet-api-bsky-facet-api-1 godoxy-proxy | 09-14 13:18 INF http_routes: added baserow godoxy-proxy | 09-14 13:18 INF http_routes: added godoxy godoxy-proxy | 09-14 13:18 INF http_routes: added paperless godoxy-proxy | 09-14 13:18 INF http_routes: added pinchflat godoxy-proxy | 09-14 13:18 INF http_routes: added wallos godoxy-proxy | 09-14 13:18 INF http_routes: added seafile godoxy-proxy | 09-14 13:18 INF http_routes: added tika godoxy-proxy | 09-14 13:18 INF http_routes: added kutt godoxy-proxy | 09-14 13:18 INF stream started laddr=[::]:42883 name= rurl=tcp://172.16.32.2:443 type=tcp godoxy-proxy | 09-14 13:18 INF stream_routes: added xftp-server godoxy-proxy | 09-14 13:18 INF stream started laddr=[::]:41193 name= rurl=tcp://172.16.16.2:5223 type=tcp godoxy-proxy | 09-14 13:18 INF stream_routes: added smp-server godoxy-proxy | 09-14 13:18 INF idlewatcher started container=paperless-ai-paperless-ai-1 deps=[] idle_timeout=15m0s kind=docker godoxy-proxy | 09-14 13:18 INF http_routes: added paperless-ai godoxy-proxy | 09-14 13:18 INF idlewatcher started container=stirling-pdf deps=[] idle_timeout=15m0s kind=docker godoxy-proxy | 09-14 13:18 INF http_routes: added stirling-pdf godoxy-proxy | 09-14 13:18 INF idlewatcher started container=astroluma_mongodb deps=[] kind=docker godoxy-proxy | 09-14 13:18 INF idlewatcher started container=lingva deps=[] idle_timeout=15m0s kind=docker godoxy-proxy | 09-14 13:18 INF http_routes: added lingva godoxy-proxy | 09-14 13:18 INF idlewatcher started container=cup deps=[] idle_timeout=15m0s kind=docker godoxy-proxy | 09-14 13:18 INF http_routes: added cup godoxy-proxy | 09-14 13:18 INF idlewatcher started container=astroluma deps=["astroluma_mongodb"] idle_timeout=15m0s kind=docker godoxy-proxy | 09-14 13:18 INF http_routes: added astroluma godoxy-proxy | 09-14 13:18 INF server started addr=:443 proto=h3 server=proxy godoxy-proxy | 09-14 13:18 INF server started addr=:80 proto=http server=proxy godoxy-proxy | 09-14 13:18 INF server started addr=:443 proto=https server=proxy godoxy-proxy | 09-14 13:18 INF server started addr=127.0.0.1:8888 proto=http server=api godoxy-proxy | 09-14 13:18 INF service is up name=http.godoxy ``` ``` curl -i http://godoxy.my.domain.com HTTP/1.1 307 Temporary Redirect Alt-Svc: h3=":443"; ma=2592000 Date: Sun, 14 Sep 2025 11:19:41 GMT Location: http://localhost:3000/login X-Redirect-To: /login Content-Type: text/plain; charset=utf-8 Transfer-Encoding: chunked http://localhost:3000/login curl -i https://godoxy.my.domain.com HTTP/2 307 alt-svc: h3=":443"; ma=2592000 date: Sun, 14 Sep 2025 11:24:09 GMT location: https://localhost:3000/login x-redirect-to: /login content-type: text/plain; charset=utf-8 https://localhost:3000/login ```
adam closed this issue 2025-12-29 14:25:06 +01:00
Author
Owner

@version-au commented on GitHub (Sep 14, 2025):

I also have this issue. If you go to https://godoxy.yourdomain.com/login you can then login and it works.

@version-au commented on GitHub (Sep 14, 2025): I also have this issue. If you go to https://godoxy.yourdomain.com/login you can then login and it works.
Author
Owner

@mrg358 commented on GitHub (Sep 14, 2025):

Thanks for this quick workaround.

@mrg358 commented on GitHub (Sep 14, 2025): Thanks for this quick workaround.
Author
Owner

@yusing commented on GitHub (Sep 14, 2025):

@mrg358 @version-au please try v0.18.2 and report back

@yusing commented on GitHub (Sep 14, 2025): @mrg358 @version-au please try v0.18.2 and report back
Author
Owner

@mrg358 commented on GitHub (Sep 14, 2025):

Godoxy v0.18.2 solved this issue for me. Thanks for the quick reaction @yusing 👍

@mrg358 commented on GitHub (Sep 14, 2025): Godoxy v0.18.2 solved this issue for me. Thanks for the quick reaction @yusing 👍
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#110