Quantcast
Channel: DreamFactory Forum - Latest posts
Browsing all 5028 articles
Browse latest View live

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 Article


Image may be NSFW.
Clik here to view.

Change 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 Article


Related 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 Article

Postgresql database not appearing in Schema Manager or Data service

Upgrade procedure is documented here: http://wiki.dreamfactory.com/DreamFactory/Upgrades Happy GITing!

View Article

Dreamfactory 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 Article


How 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 Article

Relationship 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 Article


Calling 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 Article


Node 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 Article

Xamarin 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 Article

MS 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 Article


Image may be NSFW.
Clik here to view.

Server 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 Article


Lookup 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 Article

Image may be NSFW.
Clik here to view.

Password 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 Article


MS 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 Article

MS 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
Browsing all 5028 articles
Browse latest View live