Missing Most Of Home Page
I rebooted my Mac and everything works. Then I opened the Chrome Developer Tools which I do on every window used in app dev and that caused the problem. Really weird. I haven’t seen this before. It’s...
View ArticleMissing Most Of Home Page
@jmpreston I haven’t been able to reproduce. If you believe you’ve found a bug you can file it on the team GitHub with steps to reproduce and details about your setup to include DreamFactory version.
View ArticleCannot post data to mysql
I am attempting to post the following JSON to my mysql database to add a new record. { "resource": { "code": "466767" }, "ids": [ 0 ], "filter": "string", "params": [ "string" ] } However the code i...
View ArticleMissing Most Of Home Page
Display the home view in Chrome then open Developer Tools or just shrink the browser width. Once the view is narrow enough to trigger the hamburger menus then the problems begin. It appears to be a...
View ArticleDownloaded Angular2 Example, Where In Local Storage - I can't find it
I selected the Angular2 app from the Apps section. I followed the instructions for for the angular2-sdk and expected to see the app in the Files section of DF2 per the DF tutorials. It isn’t there. I...
View ArticleV8js not working with dreamfactory on debian 9.1
Thank you for the link. This does work for Ubuntu, and I can use that if necessary. Are there install instructions for Debian specifically? I followed the instructions on installing v8js here...
View ArticleBad request error on use of special characters
I want to filter a field of type mediumtext for the equal sign. But that throws a 400 Bad Request error. I get the same result when I filter for the greater-than or smaller-than sign. I guess because...
View ArticlePassing null values in query string
i have similar issue. i was trying to exclude the paramters but the process complains they are required. Could someone pls advice?
View ArticleAre components definable in custom script services?
I’m writing a custom v8js script API to make a CouchDB API that can access views. I’m wondering if there is a way with Dreamfactory to allow user roles only access to certain tables? Are components in...
View ArticleUnable to change or reset password
DreamFactory Version: 2.3.0 hosted on Google Cloud I am having trouble with resetting user passwords. Initially, I thought it was a problem with my custom password reset page that gets linked from the...
View ArticleWhere do I install my application web files
I have successfully been using dreamfactory for my application for REST calls, but now I would like to have it also serve the application web files. What I have done: I have gone into the “Apps”...
View ArticlePHP Post to MySQL DB using POST Script (post.post_process)
Hi, I’m trying to add records to a new table after successful insertion of record to parent table through post script. The record gets inserted but it runs in a indefinite loop and inserting like 180+...
View ArticleСan not update the password
So has anyone confirmed why using PUT to refresh JWT (forever) token breaks the ability to do a password reset? Especially when password reset API doesn’t even require a token.
View ArticleUpgrade process fails when trying to migrate database
Hi all, I did an update of Dreamfactory following http://wiki.dreamfactory.com/DreamFactory/Upgrades#Perform_a_Backup When I execute the step php artisan migrate --seed I get the following errors:...
View ArticleUpgrade process fails when trying to migrate database
Solved. I took a close look at the system_config table. The column “last_modified_date” is defined there with default “0000-00-00 00:00:00”. This is an invalid default value because: It can hold...
View ArticleUpgrade process fails when trying to migrate database
Same is for table event_script btw
View ArticleCannot post data to mysql
Sorry no solution from me. Just thought I’d bump this post as I am getting exactly the same issue when using nodejs to post data to a mysql database… it is slowly driving me insane… I’ve used exactly...
View ArticleUpgrade process fails when trying to migrate database
This was due to an update in the underlying framework that runs DreamFactory. This not a bug in a strict sense (there’s nothing to change in the code.) You just need a workaround to get past it....
View ArticleEmail reset password
Hi, I am facing the same issue in 2017 500 “No security question found or email confirmation available for this user. Please contact your administrator.” I have created a new service Amazon SES, the...
View Article