You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a bug within the postgres implementation that's not allowing afterChange hooks to update other collection items. I created a test project that shows the bug. The test project works when I switch to using mongo as the backend but when using postgres, the action times out.
Describe the Bug
There seems to be a bug within the postgres implementation that's not allowing afterChange hooks to update other collection items. I created a test project that shows the bug. The test project works when I switch to using mongo as the backend but when using postgres, the action times out.
Link to the code that reproduces this issue
https://github.com/CCoffie/payload-bug
Reproduction Steps
npm run dev
. (I currently have a docker compose up command for postgres running as a predev command)It seems to freezing on this section of the hook:
Which area(s) are affected? (Select all that apply)
db-postgres, area: core
Environment Info
The text was updated successfully, but these errors were encountered: