Update [1.21.0] broke my app
-
Not sure if this is affecting other users, but [1.21.0] broke my app and it no longer starts. It just keeps looping on ORM init (Database initialization?). Eventually gets to a "Connection refused by localhost" bit.
I am willing to share logs in DMs to anyone who can help, thanks!
-
It seems to not be incredibly wide-spread because I don't have issues yet (knock on wood)
-
FWIW, my gitea is fine as well.
-
Following up from the support ticket. It seems like the root issue is some custom template missing:
panic: open /app/data/custom/templates/explore/organizations.tmpl: not a directoryAfter some casual reading of gitea code, it seem they use this template for the organizations home page - https://github.com/go-gitea/gitea/blob/9c4601bdf8369ed72944085e3952111cf4aeea11/routers/home.go#L33
Could it be that your config uses organizations as the home page or something?
-
I added this to app.ini but that doesn't break it.
[server] LANDING_PAGE = organizationsAlso, my custom directory is totally empty. Do you have anything else in your app.ini? I think it is some app bug, would be great to figure out and report upstream.
-
I added this to app.ini but that doesn't break it.
[server] LANDING_PAGE = organizationsAlso, my custom directory is totally empty. Do you have anything else in your app.ini? I think it is some app bug, would be great to figure out and report upstream.
-
@girish My ini is just setup to make the whole instance private, nothing custom in there.
Though there is a file in my custom templates folder called "explore" I'm going to remove and see if that helps.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login