REST API POST successful , but i get error 500 "message": "array_merge():...
I should mention that i am on dreamfactory 2.9. More details here : DreamFactory Instance License Level: OPEN SOURCE DreamFactory Version: 2.9.0 System Database: mysql Install Path:...
View ArticleREST API POST successful , but i get error 500 "message": "array_merge():...
Okay, one more update. On further testing, the error only occurs if “fields=*” is appended to the endpoint `http://api.instago.me/api/v2/instagodev1/_table/ig_user_location?fields=* In fact...
View ArticleNodeJS throwing error code 127
Exit code 127 indicates a ‘command not found error’. could you try running hello.js separately? I suspect the sudo is causing problems since the child process for hello.js won’t also start under sudo....
View Article"We will rock you" bug - Every 3rd response empty
The API script is on V8JS, and worked fine, and continued to do so. About a week back this issue came up where it consistently returned an empty body on every 3rd request. I’d go to my REST client and...
View Article"We will rock you" bug - Every 3rd response empty
Update: “fixed” the issue for the time being by restarting the services via sudo /opt/bitnami/ctlscript.sh restart Initially it gave an issue where mysql didn’t start up because of tc.log So deleted...
View ArticleError 500 . Cant load anything in dashboard
Getting error 500 in service not found and config not found. Please check the pics attached for the specific problem. Also if someone could guide me how to utilise logging to diagnose the issue. Its...
View ArticleNodeJS throwing error code 127
Both commands running under sudo seems not working. The environment is running under: CentOS Linux release 7.4.1708 (Core) NodeJS v8.7.0
View ArticleHow to set Permanent Session for Token in Dreamfactory 2.2.0?
But where .env file is located ?
View ArticleHow to set Permanent Session for Token in Dreamfactory 2.2.0?
See the post right above yours
View ArticleHow to set Permanent Session for Token in Dreamfactory 2.2.0?
I tried all the 3 steps that you have mentioned in the post but i am getting "allow_forever_sessions:false" after calling...
View ArticleAre components definable in custom script services?
Any update on that topic? Since I couldn’t find much information about it in the wiki, I have tried formatting a service definition by mimicking what I have found in the “native” Dreamfactory...
View ArticleService not shown on Role Access tab
We are developing API using Dreamfactory, this is our first project with Dreamfactory. Pardon us if the question was too common. We create our custom services to build the API response from several...
View ArticleError 500 . Cant load anything in dashboard
No worries. I ended up setting docker image for dreamfactory.
View ArticleSystem resources: difference between custom and lookup?
Hi, What is the difference between these two resources available from api/v2/system/: custom and lookup? Do they have a different purpose? One thing I have noticed is that, although they both expect...
View ArticleError posting data with TIMESTAMP datatype to Apache Cassandra
Dear Community, I’m exploring DreamFactory features to expose Cassandra tables as RESTful interfaces, everything is good when I do GET calls, but when I do POST calls to put records to cassandra table...
View ArticleImage uploaded via REST API is always corrupt
I have been trying for a few hours to get the image upload API to work correctly. Running DF2.10 on Amazon ECS. I can use the files area of the admin portal and upload fine. When I try to upload using...
View ArticleBUG df-api-docs-ui (accept/content-type)
Hi all, In the api_doc web application, when I change the “Response content type” parameter (ex: application/xml), the “Example Model” of the body parameter also changes. But the ‘Parameter content...
View ArticleSetting custom data for users by admin
I need to create custom user settings for other users from the admin account.For that I used POST user/custom api and the example value contains user_id so that I can set custom data to any of the...
View ArticleDelete /system/cache/{service} delete /system/cache/{service} ::...
Hi , Once I create a service and a table for the service I have tried deleting and re-iterate the same and i got the exception since it was holding the previous service configuration details. I have...
View ArticleImage uploaded via REST API is always corrupt
I found a resolution, I had been posting to the URL with the full path and file name. Removing the file name from the url did the trick.
View Article