#Every input field resets after input

9 messages · Page 1 of 1 (latest)

bold bobcat
#

This happens both with Globals and Collections. Cant see any indication of whats happening in the consoles

 POST /admin/globals/homepage 200 in 152ms (next.js: 3ms, application-code: 149ms)
  └─ ƒ <inline action>({"args":{"checkForStaleData":false,"docPermissions":"[Object]","docPreferences":"[Object]","...":"9 items not stringified"},"name":"form-state"}) in 15ms src/app/(payload)/layout.tsx
 POST /api/media 200 in 21ms (next.js: 1552µs, application-code: 19ms)
 POST /admin/globals/homepage 200 in 147ms (next.js: 6ms, application-code: 141ms)
  └─ ƒ <inline action>({"args":{"checkForStaleData":false,"docPermissions":"[Object]","docPreferences":"[Object]","...":"9 items not stringified"},"name":"form-state"}) in 16ms src/app/(payload)/layout.tsx
 POST /api/media 200 in 19ms (next.js: 3ms, application-code: 16ms)
 POST /admin/globals/homepage 200 in 220ms (next.js: 3ms, application-code: 217ms)
  └─ ƒ <inline action>({"args":{"checkForStaleData":false,"docPermissions":"[Object]","docPreferences":"[Object]","...":"9 items not stringified"},"name":"form-state"}) in 27ms src/app/(payload)/layout.tsx
 POST /api/media 200 in 35ms (next.js: 3ms, application-code: 33ms)
warm vector
#

Same, even tried setting autosave to 30000, it instantly reloads witin 30-70ms.

warm vector
warm vector
# warm vector

Sry for long video. But i for multiple errors at every stage.
Pages collections seems to be fine, while all others collections input resets even for the collections without draft versions turned on

urban blade
#

@warm vector @bold bobcat if you're using better-with with nextCookies plugin, remove it.

warm vector
#

I was thinking to disabled my custom plugin for better auth and test it.
Thanks for the suggestion, will see if it solves the issue

warm vector