Skip to content

Web API Patch returns 404 #4964

Closed Answered by mrpn
mrpn asked this question in Q&A
May 20, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

@ganigeorgiev Yes, the request was from that collection. I redacted the collection name, which is why there was a discrepancy between XXX and testbase.

I managed to fix the issue by updating the index rule from the relate table/base.

My index rule looks like this this:

CREATE UNIQUE INDEX `idx_m8K0jwS` ON `events` (
  `date`,
  `type`,
  `unknowns`,
  `testbase`
)

I toggled the UNIQUE index on and off, and suddenly it started working. I’m not sure why this happened or how it fixed the issue, but since the problem is resolved and not reproducible, I wanted to share this for the record.

Sorry for taking your time @ganigeorgiev

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ganigeorgiev
Comment options

@ganigeorgiev
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mrpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants