How to create users while registering with different roles via API?
Hello everyone,I'm sorry, there were some errors in my previous script. the correct user.register.post.post_process is: var lodash = require("lodash.min.js"); var role1Id = 5; var role2Id = 6; var...
View ArticleOn mongodb api "getRecords()", can i get meta data count as the only response?
It looks like MongoDB doesn't support Stored Procedures, which would have been my first suggestion. As an alternative, you can call getRecords() with include_count=true and offset=1000000000 or some...
View ArticleHow to create users while registering with different roles via API?
Still doesn't work for me Both event.response.content_changed and the patch event are not working still!
View ArticleHow to create users while registering with different roles via API?
Ok, we have to check all the settings, but we know that is not a platform BUG.Here a few hours, I will prepare a material comprising all config points in detail.
View ArticleHow to create users while registering with different roles via API?
@juniorconte not sure how this is working for you. You were right about role not being set properly during registration. This was a bug and I just fixed this on develop. With this bug fixed your...
View ArticleHow to create users while registering with different roles via API?
@aislam Can you please let me know when will this bug be fixed and the version be available for public?
View ArticleHow to change http header on server side platform.api.get method
I didn't have any luck getting this to work. I originally thought I needed this approach because I ran into an error with the URL being too long when I was passing a really long string of IDs as a URL...
View ArticlePHP scripting to POST to external MySQL for new registrations
charlifinale, could you please share your solution? I'm writing a similar script and any help would be appreciated
View ArticleHow to create users while registering with different roles via API?
This fix will be in the next release version 2.1.1. It will available around mid March.
View ArticleUsers cannot access file manager app
No user (except the admin) can access the file manager app, regardless of what you assign to the role assigned to a user. Steps...1. Create a user2. Create a role.3. Set role permissions to allow all...
View ArticlePHP scripting to POST to external MySQL for new registrations
Sure..This may be overkill because it captures Stripe details too......but this might help var params, base_url, request_url, token, stripe_customer, stripe_customer_id, user_data, new_user,...
View ArticleDocumentation and Examples on Server-Side Scripting
So no way to access? I am hoping they might hold the answer to what I am looking for. The 2.0 docs don't.
View ArticleRerouting to http but need it to stay on https
Hello - I installed Dreamfactory on AWS using Bitnami. Works great but something is forcing https requests to re-route to http and I can't find where this is coming from. Everything called under...
View ArticleDocumentation and Examples on Server-Side Scripting
What's the specific question? We'll try to answer on this thread.
View ArticleHow to create users while registering with different roles via API?
I may not quite get your use case but here's what I did in a single iOS app that has 3 roles that appears to be working correctly so far (I'm still build) and may be able to help. I'm not much of a...
View ArticleCan't read swagger JSON from http://127.0.0.1:8080/api/v2/api_docs
debian jessiegit install, not bitmani first has the error, then install v8jsthe error disappeared
View ArticleUbuntu: Module "lodash" could not be found
OKAY this is very helpful! Thanks to Drew's point, I went out and attempted to install version 0.3+ of v8js. Unfortunately, using pecl install on Ubuntu to install anything later than 0.1.3 results in...
View ArticleHow to create users while registering with different roles via API?
Hi @aislam Detect the type from the API KEY is really very good. Thanks for the tip.I recorded my screen DF playing all of the scenario I had described as functional. Apparently everything is working...
View ArticleCannot modify schema of table with Timestamp fields
This is fairly similar to the previous bug I reported. To reproduce this one, add a timestamp field to a table. Afterwards, the table's schema cannot be modified through the Datamanager UI without...
View ArticleHaving trouble connecting existing mySQL database to Dreamfactory
I have tried connecting my existing database (mySQL) to dreamfactory, but I am having trouble. I've tried connecting it through the Services tab, but I am unable to connect it to it. I've provided the...
View Article