Password reset not working after user logins
We fixed the problem. The problem was we were using PUT on /user/session to refresh the session token regularly. After we stopped using the PUT api call, DreamFactory started working fine. The PUT...
View ArticleСan not update the password
Great @goblin! Thanks for the update. Glad everything worked out. Best, @AlexBowen
View ArticlePassword reset not working after user logins
Thanks for reporting back @vijayst, glad to hear you figured it out. Best, @AlexBowen
View ArticleHow to confirm the registration and set initial Password
Awesome! Thanks @Julian_Kallidat for the update @AlexBowen
View ArticleReturning true instead of 1
When I first set up dreamfactory, I had a column with type INT(1). Every time I queried that column, it returned a boolean (true) instead of 1, so I changed the column type to INT(4) in phpmyadmin,...
View ArticleReturning true instead of 1
Even though the dreamfactory schema showed the correct type, changing the "type" field and saving made it return an integer rather than a boolean instantly.
View ArticleAngular2 Sample App Config
I am trying to follow the instructions here to run standalone:https://github.com/dreamfactorysoftware/angular2-sdk After some struggles with dependencies (turns out you need Visual Studio installed) I...
View ArticleAngular2 Sample App Config
I don't think you need visual studio for that.secondly you have to enter url and key in app/config/constants.ts hope that helps
View ArticleOData output from the DB call
Apologies, but OData is not something DreamFactory supports at the moment, or that we are much aware of. If you could provide more details, or perhaps submit a feature request, we'd be willing to...
View ArticleOData output from the DB call
I thought that API are generated with Swagger(OPEN api spec), question was how can we generate the API's with ODATA spec? Please correct me if I am wrong.
View ArticleError in MySQL syntax when accessing API
I created connection to existing MySQL database and headed out to API Docs tab to test it.Apparently, requests fail with the following message: "SQLSTATE[42000]: Syntax error or access violation: 1064...
View ArticlePosting data to multiple tables with joins is not working
Please help with the above issue.
View ArticleRelationship query sql 1040 error
I'm using on an azure deployed image. Admin Application Version: 2.1.5 DreamFactory Version: 2.1.1 I have a table which has few hundred entries. Each entry has a user_id colum. Relationship of the...
View ArticleIs there support for filtering WHERE x LIKE y?
Hi Alex & Drew, Is there any updates related on LIKE filtering. looking forward your answer.
View ArticleMulti primary key & one record
Hi,is it posible to get one record from db service (mysql) with get api ? (/db/_table/{table_name}/{id} getRadtaxidbRecord() - Retrieve one record by identifier) I can state param id_field for pk...
View ArticleHelp for custom script ""No record(s) detected in request."
Hi dudes, Here's my custom script: The first call to api (post a file) is OK the second call to api fails with error message No record(s) detected in request. Thanks to help me! $verb =...
View ArticleHow to upload a image via POST?
I have read the tutorials of REST API, I tried to upload my image like this Pasted image1492x769 101 KB but it just show me null. How should I do?
View ArticleHelp for custom script ""No record(s) detected in request."
I have found after many trys, When using internal api with PHP dont use a json but an array. Like that: $newRow = array('resource' => array( "create_uid" => 1, "description" => "something",...
View ArticleWelcome! Please Introduce Yourself
Hello people. My name is Aric Caley, and I have been developing in PHP since the early days. I've survived both meltdowns.. first the dot com implosion and then the recession (at that time I was...
View Article