#Database permission error

16 messages · Page 1 of 1 (latest)

foggy pecan
#

Hey i am retrieving data but showing error not authorized but permissions are set to any
using appwrite for production app will be a mistake ?? or I am facing these types of errors in ruglar basis
help me out

wise berry
#

What's the code that is giving you errors?

foggy pecan
#

when creating document
showing error but document is created in appwrite

wise berry
foggy pecan
wise berry
# foggy pecan

The JSON in the document creating should be like this:

{
"Name": name,
"Description": description,
}
#

Could you check if that solves the issue?

foggy pecan
#

yes its same

wise berry
foggy pecan
#

ok i got it
i am using ralationship attribute so i have to also assign permissions to articles also

wise berry
#

If it doesn't have any permissions, that will be why it's not working

wise berry
#

@foggy pecanTell me if that solves the issue or if it persist

foggy pecan