Mysql error on cloud install
The solution for me was to create a new mysql service, and use the default username and password (same as the mongo db service) to connect to the default database named bitnami_df.
View ArticleCalling API from script using node
Hi,how to call post api from script using node.below code is give me > 400 Bad Request platform.api.post("mysql/_table/employee",{"resource": [payload]}, '', function(body, response){...
View ArticleMysql error on cloud install
@Vinod_Hum Check the default MongoDB config the username and DB name will work in the MySQL connection. You were prompted upon initial installation to create a root password for both MySQL and...
View ArticleServer scripts source code versioning
makes sense. packages are now more comprehensive and do cover roles (before they didn't). i hear you on the manual pain. we'll roll in more and more direct git integration over time, starting with...
View ArticleHow to check if user email/name is taken
If anyone sees this. The reason the script doesn't work is because user.register.post.pre_process does not have a 'resource' object. You would need to look at the payload directly. I put a working...
View ArticlePre-process & post-process in 2.3
Where is pre-process and post-process scripts in 2.3 ?
View ArticleServer-Side Script Github Repo
Hello everyone. I made an issue on the DF github requesting a repository for scripting examples. A few minutes later one showed up! If you want to help the community please make pull requests with...
View ArticlePre-process & post-process in 2.3
you right, for some reason it wasn't showing, I had to logout and login back and now its showing.thanx
View ArticlePre-process & post-process in 2.3
It seems like the default DF instance Admin token has a short "time to live". Maybe one hour? If it expires it only requests a new one if you change pages or do something out of the ordinary. This...
View ArticleServer scripts source code versioning
I think pulling and pushing would be better. Mainly because you end up developing the scripts directly in DF since there is really no other way to test them.
View ArticleHow are user/customs related to user?
As the question states, I'm confused about how user/custom is related to user at all. I read through the posts and tried to understand the documentation but it isn't clear. If you call POST...
View ArticleServer scripts source code versioning
I agree with @zerox12: pull & push would be much better.Nonetheless that can lead to using Git as a code transfer mechanism betweenthe developer machine and DF during the development of the...
View ArticlePatch a document in mongodb collection
Hi, i m trying to test the "patch" verb on the API DOCS but i can t figure out how to construct the object i want to send.I've been trying to send an object with the name-value pair of the field i...
View ArticleNode custom scripting error
can you navigate to the htdocs folder and donpm install lodash You may need to provide the full path to the npm executable
View ArticleReturning true instead of 1
Just an additional note -- you will want to refresh schema ( GET {service name}/_schema?refresh=true) any time you make changes to your schema via other tools. Otherwise DreamFactory doesn't know...
View ArticlePosting data to multiple tables with joins is not working
what type of database is this and what version of DreamFactory are you running?
View Article