AWS SNS Not Working in 2.0
DreamFactory 2.1.1 contains an updated AWS sdk module. This may resolve the issue you're experience. Try it out and see.
View ArticleHow to query and display the mongo data
the links I provided are working examples. I recommend consulting the documentation and then clarifying any questions you still have.
View ArticleUsing existing db for authentication
yes, our user credentials are stored on an in-house authentication server which we interface with through oauth2. once authenticated using our login app the client is issued a jwt to access other...
View ArticlePHP Post to MySQL DB in a "Custom Scripting Service" Service Type
So i'm trying to post to a MySQL DB and the post call itself seems to be working, but the body parameter doesnt seem to be accepted / working correctly. Here is my code: //make variable for MySQL Post...
View ArticlePHP Post to MySQL DB in a "Custom Scripting Service" Service Type
Try something like this. Each record is an element of the resource array. I don't think you'll need to include ids, filter, or params. It uses json_decode not json_encode. $api = $platform['api'];...
View ArticleRecent problem with Mailgun service
@Rusher @Navin_Agarwal We just released DreamFactory 2.1.1 which should have updated cacert.pem files included. As far as replacing the existing cacert.pem file in your existing DreamFactory...
View ArticleSQL Server Services error: Required extension or module 'sqlsrv' is not...
@flcarmelo I'm not sure I'm following exactly. Can you provide an error message?
View ArticlePHP Post to MySQL DB in a "Custom Scripting Service" Service Type
Sweet! The json_decode worked (we didn't know about the "true" parameter in that one either) Thank you!
View ArticleNode custom scripting error
Hello everyone,I'm using bitnami vers. DreamFactory, Versions ; Admin Application Version: 2.1.3 and DreamFactory Version: 2.1.0 I follow the node.js math tutorial (node installation complete and .env...
View ArticlePHP Post to MySQL DB in a "Custom Scripting Service" Service Type
Cool, glad it worked for you!
View Article504 Gateway Time-out
Hi,Monday night and tonight I am getting consistents 504 Gateway Time-out when trying to access the DSP (Login link from the DF home page).. is it only me? Thanks
View ArticleReturn full object in response via post.post_process script (DF 1.9)
Full disclosure, I'm on 1.9... I need some data from the response to a POST, but all I'm getting back is the default from DF: { "record": [ { "id": 1 } ] } How can I get the full object returned with...
View ArticleCreation of SOAP Service breaks API Docs
Thank you so much @mattschaer, this has resolved the issue for me.
View ArticleHow to use the service oauth (DF 2.0)
The BitNami stack for DF 2.1.0-4 has not set the CA root certificates in PHP. Copy n pasting the certs and declaring the file location in php.ini fixed the issue.
View ArticleSuccessful install steps on RHEL/CentOS 7
hi, Is there a problem with this linegit clone https://github.com/dreamfactorysoftware/dsp-core.git /opt/dreamfactory/platform Could that be git clone https://github.com/dreamfactorysoftware/df.git...
View ArticleGetting stuck with upgrade 2.0.1 to 2.1.x
In the end it was fixed by some of the engineers here, not sure what exactly was done, but it was a bit of a challenge
View Article504 Gateway Time-out
@manu Hosted should be available now. We have been doing some maintenance on the server to improve performance/uptime. It is worth noting that the free hosted-system is designed for familiarizing with...
View ArticleSuccessful install steps on RHEL/CentOS 7
Dunno. I haven't installed it in a while. I'm sorry to punt on this question, but maybe they changed the name of their repo in the meantime since I did it a year ago? Or maybe that's a different repo...
View Article