Skip to content
Init is here / May 19 - 23
Back

25 document limit

  • 0
  • Functions
  • Web
  • Cloud
Blob
21 May, 2025, 17:32

it just entirely skipped 2 pushes

TL;DR
Developers are facing issues with a 25 document limit error and module not found error. They discuss potential reasons why deployments are failing and consider committing shorter messages. Pagination using Query.limit(500) or Query.skip() is suggested as a solution. One developer suggests that the error might be due to not implementing pagination correctly. They share information on project limits based on the plan. A GitHub link to a possible solution is shared.
D5
21 May, 2025, 17:32

Maybe there was another build in progress

Blob
21 May, 2025, 17:32

nope

Blob
21 May, 2025, 17:32

last one before the two skipped were 2 hours ago

Blob
21 May, 2025, 17:33
TypeScript
📡 Fetching: https://syd.cloud.appwrite.io/v1/databases/682b89cc0016319fcf30/collections/682b8a1a003b15611710/documents?limit=100&orderField=%24createdAt&orderType=ASC
📡 Fetching: https://syd.cloud.appwrite.io/v1/databases/682b89cc0016319fcf30/collections/682cf95a00397776afa6/documents?limit=100&orderField=%24createdAt&orderType=ASC
⏭️ Skipping 682e0070001aa80ee7dd: already processed
⏭️ Skipping 682e0076001b29c5583e: already processed
⏭️ Skipping 682e007e0020c8d5eed0: already processed
⏭️ Skipping 682e008400197da27387: already processed
⏭️ Skipping 682e008d002b32e235f0: already processed
⏭️ Skipping 682e009b0009da6d3898: already processed
⏭️ Skipping 682e00a1002d1adf57c6: already processed
⏭️ Skipping 682e00ae0010d19cafa9: already processed
⏭️ Skipping 682e00c700299addbcab: already processed
⏭️ Skipping 682e00db0022a45dbbcb: already processed
⏭️ Skipping 682e01620003aeded25c: already processed
⏭️ Skipping 682e017300062154d9a1: already processed
⏭️ Skipping 682e01780037826d684d: already processed
⏭️ Skipping 682e040d00378ea5a8ec: already processed
⏭️ Skipping 682e04180039b9d51ac2: already processed
⏭️ Skipping 682e041e001d4d0848de: already processed
⏭️ Skipping 682e0424000eb704c758: already processed
⏭️ Skipping 682e042a002f38b068cc: already processed
⏭️ Skipping 682e04310003aec7980c: already processed
⏭️ Skipping 682e04370036adf9edd7: already processed
⏭️ Skipping 682e04430015ca815e98: already processed
⏭️ Skipping 682e044f0039ec31d1d7: already processed
⏭️ Skipping 682e045a002c547a8afb: already processed
⏭️ Skipping 682e047300089af4d99f: already processed
⏭️ Skipping 682e0480000e3fa4785d: already processed
Image processing and cleanup complete
🔢 Summary:
Total source: 25
Already processed: 25
Too large to insert: 0
Failed inserts: 0
Successfully inserted: 0
Cleaned: 0
Skipped (manual skips): 0
Blob
21 May, 2025, 17:33

:thinkeroo:

Blob
21 May, 2025, 17:34

is this not pagination?

D5
21 May, 2025, 17:36

You're not getting another 25 docs after that

Blob
21 May, 2025, 17:36

the function pretty much doesn't think it exists

D5
21 May, 2025, 17:36

If they're not too much, you can do Query.limit(500)

D5
21 May, 2025, 17:37

Because you're just getting 25

Blob
21 May, 2025, 17:37

how do I get more than that

Blob
21 May, 2025, 17:37

sorry, I am a bit of a newbie to back-end

D5
21 May, 2025, 17:37

You need to re-run the fetch request and paginate

Blob
21 May, 2025, 17:37

I am primarily a front-end developer

D5
21 May, 2025, 17:37

Or use this query

Blob
21 May, 2025, 17:37

I am

Blob
21 May, 2025, 17:37

oh wait

Blob
21 May, 2025, 17:37

I see now

Blob
21 May, 2025, 17:38

is there an actual limit?

D5
21 May, 2025, 17:38

I don't remember it well, but yes

Blob
21 May, 2025, 17:39

I'll give that a shot

Blob
21 May, 2025, 17:47

btw I think I know why it's not deploying sometimes @D5 , my commit messages might be too long

D5
21 May, 2025, 17:47

No idea

Blob
21 May, 2025, 17:57

no luck

TypeScript
    at packageResolve (node:internal/modules/esm/resolve:839:9)
    at moduleResolve (node:internal/modules/esm/resolve:908:18)
    at defaultResolve (node:internal/modules/esm/resolve:1038:11)
    at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:557:12)
    at ModuleLoader.resolve (node:internal/modules/esm/loader:525:25)
    at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:246:38)
    at ModuleJob._link (node:internal/modules/esm/module_job:126:49)
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more