Api timeout #154
-
I have a repo that has 1000+ images. I'm getting the same timeout error as in #46 (comment). When I delete the images, the cms loads correctly.
Didn't have the same issue with Decap. Wondering if this is a sveltia specific bug. I have only tried this locally. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
👋🏼 Hi there! The API calls of Sveltia CMS are very different from Decap CMS, as Sveltia enables GraphQL API by default. Will figure out how to work around the issue. I think Sveltia just needs to send multiple requests, e.g. 500 files each.
You mean you’re using the GitHub backend from |
Beta Was this translation helpful? Give feedback.
-
Fixed the issue in v0.34.0. Can you try again? You might need to delete the local cache database first.
|
Beta Was this translation helpful? Give feedback.
👋🏼 Hi there!
The API calls of Sveltia CMS are very different from Decap CMS, as Sveltia enables GraphQL API by default. Will figure out how to work around the issue. I think Sveltia just needs to send multiple requests, e.g. 500 files each.
You mean you’re using the GitHub backend from
localhost
? (That’s possible)