Hi.
I have a piece of code that records some user inputs. When users have signed up the insert works successfully. The exact same insert ( manually created for testing ) isn’t working when the user is not logged in???
figured it out! I gave write permissions to the data collection to anyone - not just site members.