How to confirm the registration and set initial Password
Soo after updating DF to 2.2.3 posting the following rescource to [INSTANCE]/api/v2/user/password does the job: { 'email': "theem@il.user", 'code': "CODE FROM MAIL", 'new_password': "PWD",...
View ArticleChange default MySQL port from 3306 to
m_menon: it doesn't prompt me for the port number to be used for MySQL or MariaDB. That’s expected behavior. It only prompts you if the default port is already in use. You can use the process I showed...
View ArticleRelated table doesn't appear
This is something you SHOULD be able to do, but I'm seeing some issues with it. Let me circle up with our engineering team and get back to you.
View ArticlePostgresql database not appearing in Schema Manager or Data service
Upgrade procedure is documented here: http://wiki.dreamfactory.com/DreamFactory/Upgrades Happy GITing!
View ArticleDreamfactory server stops working - Salesforce Integration
Can you provide some more details about your setup? I'm not sure I understand how the sync could be happening in real time.
View ArticleHow to create users while registering with different roles via API?
^ that error indicates that you do not have v8js installed in your environment. We have instructions available for installing v8js here:...
View ArticleRelationship to DF's user table
Are you saying you want to do a db foreign key to the user object? To do that you'll have to add your system database as a service. Then it will be available under the user table in the newly added...
View Article"[Errno 111] Connection refused" when using platform.api.get()
I discovered that the error was caused by port forwarding. Since I use Vagrant and Docker, I forward port 5000 (host) to 80 (DreamFactory). Then when I do API requests on localhost:5000, the script...
View ArticleCalling API from post process
Hi,how to create record in post process script ? I am trying to add a record to employee table after user registerand I was able to build record with fields required for employee entry in var record =...
View ArticleNode custom scripting error
Hello folks,I have DF installed in windows with Admin Application Version: 2.1.3 ,DreamFactory Version: 2.1.0 I added custom server side script using the example - math node.js script by following...
View ArticleXamarin SDK for android & iOS available?
@Im_PJ we don't have a time frame for Xamarin SDK, but Xamarin has some rich resources available on consuming web services. Check out this example: Additional reading here. The .NET SDK from...
View ArticleСan not update the password
Hello @goblin Just checking in to see if you are still running into this issue or if it has been resolved? Thanks, @AlexBowen
View ArticleMS SQL stored procedure output error
Hi @Adrian, thank you so much for putting the effort into documenting your issues and errors. I am just checking in to see if you have resolved any of these, or what you may still be experiencing?...
View ArticleServer scripts source code versioning
rbarriuso: Is in the roadmap of Dreamfactory adding a feature to ease the source code control of the server-side scripts (event, services)? Hey @rbarriuso, I am looking into this for you. If you have...
View ArticleСan not update the password
Hi Alex, No, the issues are still there. The blacklisting exist on change passwords requests, sending in X-DreamFactory-Session-Token, X-DreamFactory-Api-Ke, Content-Type 'old_password' and...
View ArticleLookup Key Value in database
@ssamuel I've been experiencing the same issue as you and have found that in DreamFactory 2.1.2 it appears that "lookup_keys" has now been super seeded with a related table called...
View ArticlePassword reset not working after user logins
I am using DreamFactory endpoint: /api/v2/user/password The request that I am passing is: { "email": "my_email", "new_password": "test1001", "code": "code_received_in_email" } I am getting an error...
View ArticleMS SQL stored procedure output error
Hi @AlexBowen Thanks for checking in, I've managed to sort it out meanwhile via a support ticket. The problem was caused partially by the Stored Procedure. The take-away: Don't use OUTPUT Variables,...
View ArticleMS SQL stored procedure output error
Thanks so much @Adrian for sharing what works for you and following up. Best, @AlexBowen
View ArticleСan not update the password
@AlexBowen We found the issue, and it was cause by sending a PUT request to refresh the current session instead of GET. It now works as it should. Thanks!
View Article