Is Ionic Supported?
".constant('DSP_API_KEY', 'your-app-API-name')" Do I put the name of my API here or the API key? I am rather confused
View ArticleIonic Framework Trouble
So far this is the only (DF related) code I have entered: var todoApp = angular.module('starter', ['ionic', 'ngDreamFactory'], function ($compileProvider) { .constant('DSP_URL',...
View ArticleGetting stuck with upgrade 2.0.1 to 2.1.x
If you ever get an error with MySQL indicating it can't connect through socket, try changing the connection to be 127.0.0.1 rather than localhost.
View ArticleReturn full object in response via post.post_process script (DF 1.9)
by default a successful post to the database only returns the ID of the newly created record.I'd recommend using platform.api in a post process script to perform a GET on your database service...
View ArticleIs Ionic Supported?
In Dream Factory, under Apps, its the value in the 'API Name' column. What I have done is create a role called 'Admin' and given it access to all my services with all verbs, and then ticked the...
View ArticleIs Ionic Supported?
Ok, I'm sorry to bombard you with images of my config but I think it's in order. Role (1) Role (2) App Pasted image688x550 21 KB Cors Pasted image364x509 7.07 KB
View ArticleIs Ionic Supported?
Hey guys. I don't know anything about Ionic, but if this is for DreamFactory 2.x you need to be sending the API Key, not the App Name.And the header is X-DreamFactory-API-Key, not the older...
View ArticleIs Ionic Supported?
Should DSP_URL be "http://serverloc.com/api/v2" And should it be http or https or does that even matter?
View ArticleIs Ionic Supported?
No sure about the DSP_URL. It looks like you're using code that was designed for DF 1.xIf it helps, in DF 2.x all calls follow the format http[s]://{dreamfactory_site_url}/api/v2/{service...
View ArticleFetch more than 1000 records in one step
Hi Ben, Also I found a blocker issue that is, I was successfully created the SQL DB in Dreamfactory. After that If I add new table or add a new column in the existing table in phpmyadmin that not...
View ArticleFetch more than 1000 records in one step
DreamFactory caches the database schema, so if you change it in PhpMyAdmin you need to clear the cache to see the changes in DreamFactory. Go to the Config tab in the admin console and select Cache...
View ArticleFetch more than 1000 records in one step
If you're doing this programmatically, you can also refresh the schema of a service by calling service_name/_schema?refresh=true
View ArticleFetch more than 1000 records in one step
Hi Todd & Drew Thanks For Quick Response, It's Really Working Fine.. Thanks for your Support!
View ArticleIs Ionic Supported?
I know you aren't familiar with Ionic but should this tutorial work for Ionic? I can't think of any reasons why it wouldn't but I said I would ask first.
View ArticleIs Ionic Supported?
Sorry to be so ignorant -- Does Ionic use Angular?If yes, it makes sense to me that would work. We did write that blog after all =)
View ArticleIonic Framework Trouble
This is a CORS error. Have you configured CORS for your DreamFactory?http://wiki.dreamfactory.com/DreamFactory/Tutorials/Enabling_CORS_Access
View ArticleIs Ionic Supported?
Yeah it does, ok I'm going to try implement it there now. I will let you know if it works out for me. Cheers for the responses!
View ArticleRecent problem with Mailgun service
hi @Rusher @Navin_Agarwali try replacing the file in a Dreamfactory 2.0 > same problem.Dreamfactory 2.1> same problem. thanks
View ArticleIs Ionic Supported?
Ok it works! If I have time over the weekend I'll put together a little guide for anybody else that gets stuck with this.
View Article