What deployment cadence is typebot on for cloudron?
-
I noticed v2.18.1 came out yesterday that has a ton of bug fixes and was curious when cloudron gets these updates?
-
@CptPlastic We tried to update the package but the typebot is not starting after the latest update. So, we are investigating what the issue is.
As for release cadence, we publish as soon as possible.
https://git.cloudron.io/cloudron/typebot-app/-/commit/19c208a205bb1e031c4ba0f3b98fb7d5ee918e7f was the commit we made yesterday.
-
The main issue is, that the new package starts listening only on ipv6 interfaces if they exist. There seems to be a change in nodejs to pick ipv6 by default unless otherwise specified https://stackoverflow.com/questions/74091118/econnrefused-when-fetching-from-localhost3000-to-localhost8000-nextjs-djang . This behavior breaks on Cloudron when using the new base image. Currently trying to figure out how to explicitly make the app use 0.0.0.0 instead. It is nextjs based which apparently does not make that straightforwards.
-
-