How to get response in POST_PROCESS script
@shaun wrote: Hi, I want to create a record, get the ID from that inserted row, and then create another record in a separate table using the id. To do this I am creating a POST_PROCESS script. How do...
View ArticleSome feature requests
@Hussain_Fakhruddin wrote: Database based roles should have limit on what “columns” should be returned. This would make life really easy in terms of not having to write post / pre script validations...
View ArticleAlternate User Authentication
@cookeal wrote: Bitnami on AWS 2.11 fresh install: Was unable to get this to work on an existing instance, so have set up a vanilla instance and despite following the instructions here:...
View ArticleMysql 5.6 not supported 767 error
@lastlink wrote: I get this error on user, system_custom, & cors_config tables. Specified key was too long; max key length is 767 bytes. Is mysql 5.6 not officially supported anymore? Ref:...
View ArticleOAuth using Google
@Kani_Lakshmikanthan wrote: Hi , been trying to integrate our Nodejs application with Dream Factory. We rely on OAuth for authentication. For this we use Google OAuth. When OAuth is done at Dream...
View ArticleURL for Public Access to Files
@dougster wrote: Hi I have DF up and running, and my IOS app posts to a folder. My files are posted to /opt/bitnami/apps/dreamfactory/htdocs/storage/app/myfolder (which is my subfolder under files). I...
View ArticleHow to integrate SCIM server (Basic Auth) with sailpoint IIQ?
@sujatha_yarlagadda wrote: How to integrate SCIM server (Basic Auth) with sailpoint IIQ? Posts: 1 Participants: 1 Read full topic
View ArticleToken refresh not working
@qwarl wrote: Hi there! I’m having an issue when refreshing the JWT token on my dreamfactory 2.11.1 bitnami installation. I’ll just get an HTTP 401 “Token has expired: …” when I try to refresh it...
View ArticleSecure Promo-Code Retrieval for Unity-App
@Miriam_Tschanen wrote: Hi all, I’m a complete noob when it comes to webservers and REST, so this is causing me a bit of a headache. I’m developing a Unity game that rewards players with a single,...
View ArticleError 503 in response from HTTP POST
@yennster wrote: Hi, I am at a loss as to why I am unable to POST successfully to my Dream Factory instance. I am able to send a curl from command-line successfully and receive the correct response,...
View ArticleAccess End Point
@shaun wrote: I have setup an end point, Posts: 1 Participants: 1 Read full topic
View ArticlePHP get_file_contents POST- no records detected
@Lorderich wrote: Hello, i am trying to post data do a defined rest API. $input = new \stdClass(); lastname = _POST[‘usrlastname’]; $input->familyname = $lastname; firstname =...
View ArticlePretty urls for HTTP GET
@opn wrote: I’m looking to be able to use DreamFactory to create an alternative server to an existing simple javascript client. I need to be able to conform to the clients restful api scheme. As far...
View ArticleIssue updating request data from post.pre_process
@Anil_Thakkar wrote: Hi There, I am using windows version of DF. I am unable to update resource from event. below here is my event and code within event. I can READ and VALIDATE the values but when I...
View ArticleConsole.log is not writing log
@Anil_Thakkar wrote: Issue: console.log is not working log. It’s not working in any browser, I have tried chrome and firefox. Code written using node.js language type in event...
View ArticleConnect to Firebird Database
@MrSpock wrote: I installed the bitnami stack of dreamfactory locally on my MacBook. On the services page I added a firebird service and made the following entries in the config form: Host: 127.0.0.1...
View ArticleRemote Web Service (RWS) server-side scripts not working
@Nick_Spisak wrote: Been trying to get server-side scripts to work on my custom remote webservice for a long time now. I’ve tried to even simply just log to the dreamfactory.log file. I can get it to...
View ArticleFilter expression to check if a string contains the column value
@vijayst wrote: I am checking if a string contains the column value. For example, let us say, we have an org_id field. And there is a comma separated string of org_ids like: ,123,227,4,89,. I want to...
View ArticleDecentralised DreamFactory Hackathon
@opn wrote: I’m organising a microservices hackathon in London and other locations around the world (Brzil, Peru, Paris, Berlin…). Does anyone want to join in? The event is designed to be a regular...
View ArticleNodeJS post_process scripting for user/session example - Error 500
@flpozzato wrote: Hi everyone, I’m trying to append some extra data on user session object after user login, but somehow DF keeps returning 500 error after I call the api. This is simple code, but I...
View Article