Skip to content
Trapias edited this page Mar 10, 2022 · 2 revisions

This page lists known TrelloExport issues and limits.

Custom Fields with multiple boards

Custom Fields usage is limited when exporting Multiple Boards. Please check the Custom Fields page in this wiki for more details.

Long loading time

If you have many cards in your board, archived or active, and/or are exporting from multiple boards or lists, you are probably waiting for some time before you get the exported file downloaded to your PC.

This is normal: TrelloExport has to load a lot of data (the most time-consuming phase), elaborate and produce the desired output.

If you have tons of cards, you might get a "Response Timeout" error: this is not normal, and has already been reported (see Issue #29).

I'm working to solve the issue, but don't expect a solution anytime soon: if TrelloExport is not enough for you, please check out-of-browser solutions like Bridge24.

Cannot load CSS/JS from raw.githubusercontent.com

Files served at this endpoint do not get the proper content-type, e.g. CSSs are served as "text/plain" instead of "text/css". A pretty easy solution is to use Statically as described in this article.