You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title said, compiling Tera templates does hang when the same Rust app is running in a container versus running in the host machine. I tried enabling debug logs, but I could not figure it out why it hangs, only that it has a small change during glob resolution, for some reason that I cannot understand.
As the image above did show, it is stuck in the compiling phase of Tera templates. COmpare this with the image of it running in the host machine:
The app was tested on both an alpine:3.20 image and ubuntu:noble image and it didn't work. The only difference I noticed is, for some reason, the 'host' app didn't have the template folder during glob resolution, while in the container version it did.
Does this somehow have something to do with it hanging?
The text was updated successfully, but these errors were encountered:
As the title said, compiling Tera templates does hang when the same Rust app is running in a container versus running in the host machine. I tried enabling debug logs, but I could not figure it out why it hangs, only that it has a small change during glob resolution, for some reason that I cannot understand.
As the image above did show, it is stuck in the compiling phase of Tera templates. COmpare this with the image of it running in the host machine:
The app was tested on both an
alpine:3.20
image andubuntu:noble
image and it didn't work. The only difference I noticed is, for some reason, the 'host' app didn't have thetemplate
folder during glob resolution, while in the container version it did.Does this somehow have something to do with it hanging?
The text was updated successfully, but these errors were encountered: