flyomotive
Mmarimo
•Created by flyomotive on 7/24/2024 in #help-support
Setting options when running programatically
@Myles Scolnick I'll message you in a DM 👍
14 replies
Mmarimo
•Created by flyomotive on 7/24/2024 in #help-support
Setting options when running programatically
Thanks a lot for that info! I will get you that info in a minute, and I'll try to get you a user so you can log in and see for yourself.
14 replies
Mmarimo
•Created by flyomotive on 7/24/2024 in #help-support
Setting options when running programatically
And of course, big thanks for taking a look! :blob_thanks:
14 replies
Mmarimo
•Created by flyomotive on 7/24/2024 in #help-support
Setting options when running programatically
One more thing: When running the app locally it loads normally on all browser engines; it's only when it's running in a Docker container in our K8s cluster that there are any issues with Chromium.
14 replies
Mmarimo
•Created by flyomotive on 7/24/2024 in #help-support
Setting options when running programatically
If you are up for it, I can give you access to have a look.
14 replies
Mmarimo
•Created by flyomotive on 7/24/2024 in #help-support
Setting options when running programatically
In the Chromium console, there are 8 entries like this:
<link rel=preload> has an invalid href value
Those don't show up in Firefox.
By searching through GitHub repos, I found that this could be related to the symlink thing, which is why I am trying to enable it.14 replies
Mmarimo
•Created by flyomotive on 7/24/2024 in #help-support
Setting options when running programatically
Actually the underlying issue why I want to enable
follow_symlink
in the first place is that the page is not loading correctly on Chromium browsers, whereas on Firefox it loads normally. On Chromium, the root
div just stays empty, while in Firefox, it gets populated after a while, when the hourglass icon stops spinning. On Chromium, there is not even an hourglass icon.14 replies
Mmarimo
•Created by flyomotive on 7/24/2024 in #help-support
Setting options when running programatically
14 replies
Mmarimo
•Created by flyomotive on 7/24/2024 in #help-support
Setting options when running programatically
It's running as part of a FastAPI app inside a docker container.
and
I tried to put the
.marimo.toml
inside the root directory of the FastAPI app, and in a few other directories as well, but it never did anything.14 replies