-
Hello, I ran into the issue that a user is not always available in the access > update function of a collection. For example this code
Returns this, when I click on a "Save" button of a collection item in the payload UI: update update for some reason it runs twice and for some reason, once it doesn't have a "user". Payload version: 2.8.2 Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update: If anyone struggles with this, add "serverURL" parameter to your "payload.config" file. This solves it. Good luck :) |
Beta Was this translation helpful? Give feedback.
Update:
If anyone struggles with this, add "serverURL" parameter to your "payload.config" file. This solves it.
Good luck :)