missytake
missytake
There is this test script for the redirects: https://github.com/deltachat/sysadmin/blob/master/page/test-redirects.py
stale, closed for now.
@Mikaela it should work now! Can you retry?
stale, closed for now.
> This is a very niche edge case though. hm, is this not the normal case of creating a mailadm account after installing the app? :O
If you go back one more step and click on "Scan Invitation Code" again, it works, btw.
Regarding 1., it seems that this DNS lookup is skipped if socks5 is enabled: - https://github.com/deltachat/deltachat-core-rust/blob/4615c84f310ef53d2919e3de18cb8cf909e6d959/deltachat-ffi/src/lib.rs#L4202-4219 checks if socks5 is enabled and passes it to: - https://github.com/deltachat/deltachat-core-rust/blob/master/src/provider.rs#L116, which skips the...
Regarding 2.1, it seems that the autoconfig lookup is also skipped if socks5 is enabled: - https://github.com/deltachat/deltachat-core-rust/blob/7a47c9e38bb8d25601b21765439edd0dba6c5518/src/configure.rs#L267-274 checks if socks5 is enabled and skips autoconfig if yes. But as with...
issue 1 needs more discussion if this is worth to worsen the onboarding UX - I tend to say "no", and would rather approach this issue with a general FAQ...
> No idea how to fix it easily, one option would be ignoring the download limit in verified chats and just download everything immediately for now. That would probably be...