Kirill
January 27, 2020, 7:59am
1
Hi all!
I test API and send a POST request to my Bubble app from Postman to create a new user in table User, but i get error “Please include an email”.
I create settings for access from API to my database if i send GET request, i get data current user, but i can’t create a new user from API.
Screenshots settings area
Update - i use hobby plan for testing right now
Kirill
January 27, 2020, 11:15am
2
@romanmg maybe you know what i do wrong?
dan8
January 27, 2020, 11:23am
3
Does it run if you check “create via api” in everyone else on permissions?
Kirill
January 27, 2020, 11:28am
4
dan8
January 27, 2020, 11:41am
5
Ah I just noticed. Move your params to the body like this:
Kirill
January 27, 2020, 11:47am
6
Thank you for your help! Hmmm… Very interesting… Ah… I stupid! I send POST request, and in this type i need send body! Only in GET request we send PARAMS))) I need more sleep)))
1 Like