Page 1 of 1

Adding a datasource makes testing impossible

Posted: Mon Sep 30, 2013 7:07 pm
by Steven6285068

Hello!

I've recently found and fell in love with your service.

While experimenting with things, I found that once I add a datasource on the "Data" tab of a page, the app becomes impossible to test. When I try to test, it loads up the testing page and then displays a loading app in the preview window that never finishes.

I have tried in the browser tester and the appery.io tester app on my phone, both yield the same results.

Testing is fine with everything up until the moment I add a service datasource linked to my database.

Anything I can do?


Adding a datasource makes testing impossible

Posted: Mon Sep 30, 2013 7:19 pm
by Maryna Brodina

Hello! Please check are there any errors in console when you test app?


Adding a datasource makes testing impossible

Posted: Mon Sep 30, 2013 7:54 pm
by Steven6285068

This revealed the solution. There was an error involving my naming of the database collection. There seemed to be an error caused by having a dash (-) in the name. If this wasn't the cause of the error, a new database still cleared things up.

Thank you