I'm having multiple issues with services:
1) A service that just gets a collection in my tiggzi database. It works fine in builder but not in web preview. Is this somehow a cross-domain issue? The web preview and the db are both tiggzi.com. No request appears to be made, and I receive internal server error. (note: this is actually true of all services I've tried in web preview..)
2) The out-of-box signup_service does not work in builder. I get an error but no response message when testing the connection. I am able to create new users within the DB just fine when I manually go into the database. I am also not able to get the logout_service to work, even though I provide a seemingly correct token ( {"response":"Error message:\nGET https://api.tiggzi.com/rest/1/db/logout? returned a response status of 204 No Content\n\nServer response:\n","remoteServiceStatus":1,"success":false} ). The login_service works fine and returns good data.
Thanks.