Hi there!
I've got a simple app which has input fields:
Username
Date
Registration
Mileage
Location
I have a database called 'VehicleLog' and a collection called 'Logs'. I've created columns in that collection as the above.
I followed the warehouse database app tutorial and at one point, it was working updating the one 'Mileage' field. Since adding further fields it no longer updates. If I run a test on the service is comes back with a 403 error about 'Secure collection with session token' enabled but sessionToken is absent or invalid.
Help!
Many thanks!