v2.0 Remote Web Service - headers not passed across
Hi Drew, Thanks for the update - I know it's on the 2nd of Feb but any news on the release date for the fix? Jon
View Articlev2.0 Remote Web Service - headers not passed across
Yes. version 2.1.0 shipped over the weekend. This fix is included.
View Articlev2.0 Remote Web Service - headers not passed across
Sorry I found the update moments after typing my previous message! I've just updated to version 2.1.0 and I'm now getting an error trying to use any remote service (including those that don't have...
View Article[Data Manager UI Bug] Field 'id' can not be NULL
Great, thanks Drew! I'll keep an eye on github for the fix.
View ArticleJWT authentication without DF user registration
The application has been built with multiple engines / services with each engine providing it's niche service (aka microservice architecture). In this, DF's role is to provide storage in it's mongo /...
View ArticleFebruary Community Contest
Greetings fellow Dreamers! For the month of February, we're running a contest to see who loves the community enough to contribute. Our community has a lot of bright stars in it, and we'd like to see...
View ArticleV8 custom scripting service
Hello. I'm attempting to execute the following tutorial http://wiki.dreamfactory.com/DreamFactory/Tutorials/V8_custom_scripting_serviceand I'm receiving the error in the dreamfactory.log [2016-02-02...
View ArticleMS SQL Stored Procedure Process Event Script not executing on either GET,POST
Thanks for your reply. I updated to the latest version.Admin Application Version: 2.1.0DreamFactory Version: 2.1.0 running on Red Hat Enterprise Linux Server release 7.1 I'm now receive the following...
View ArticleUpdate dreamfactory 2.04 to 2.1
How do I update to 2.1? I have a bitnami stack deployed on Google cloud? Can I just SSH into it a do a git pull or something?
View ArticleUpdate dreamfactory 2.04 to 2.1
Is 2.1 release? I only see 2.0.4-2. I am also experiencing the SMTP service issue
View ArticleMS SQL Stored Procedure Process Event Script not executing on either GET,POST
Try running a "php -m | grep v8" to see if v8js is installed or not. That might be the problem there.
View ArticleUpdate dreamfactory 2.04 to 2.1
You can do a git pull, and then run the update. But, please make sure you run the artisan migrate command as well. See: http://wiki.dreamfactory.com/DreamFactory/Installation#Upgrade
View ArticleDF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...
Hi Drew, I have updated to 2.1 yesterday, but I have some issues with a differentscript and I can't start the application noe. I will give a feedback on the session issue as soon as I get it to work....
View ArticleUpdate dreamfactory 2.04 to 2.1
By the way, my experience with the Google cloud images is that you need to run the update process using sudo.
View ArticleMS SQL Stored Procedure Process Event Script not executing on either GET,POST
i think var_dump requires an object or array.Try var_dump(event); And see if the event object is written to the log.
View ArticleCustom Scripting Service XML Notifier Invalid XML Payload Error
I am writing a CSS Notifier service in PHP to receive XML notification data. I have managed to get the authentication working, but the XML Payload (sent as POST Body) is bombing with the error...
View ArticleCall to External Web Service (SOAP) and work with REST JSON responses
twitter.com Bill Appleton (bill_appleton) Shipping mid week, DreamFactory 2.1 can open a WSDL and REST enable any SOAP service with RBAC, scripting, and more! @dfsoftwareinc 2:13 AM - 3 Feb 2016
View ArticleCan't read swagger JSON from http://127.0.0.1:8080/api/v2/api_docs
Sometimes using 127.0.0.1 vs. localhost will cause this. Usually resolved by flushing system and browser cache.
View Article