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

Related param is ignored when trying to access api through event script

You can add it directly to the url like this. var voucher = platform.api.get( "blu/_table/voucher?related=voucher_redemption_by_voucher_id");

View Article


Related param is ignored when trying to access api through event script

Thank you todd, adding it directly to the url works. one extra question, how can i append related param in pre-process GET script, i tried using event.request.payload.resource[0].related, but it...

View Article


Can't read swagger JSON from http://127.0.0.1:8080/api/v2/api_docs

I just installed Dreamfactory 2.0.4 on my Mac OSX 10.11.3. I was able to successfully connect to our SQL database and i can see the records. However, I can't seem to get the Swagger docs to work. When...

View Article

Related param is ignored when trying to access api through event script

You can modify event.request.parameters like this. event.request.parameters.related = "voucher_redemption_by_voucher_id"; But there's a bug where modifications to the request object do not stick. It...

View Article

Can't read swagger JSON from http://127.0.0.1:8080/api/v2/api_docs

On a whim, i tried Google Chrome and it worked. Retried again with Safari and it gets the same error. Hopefully this will help someone else.

View Article


Enterprise Requirements

Can someone tell me requirements for DreamFactory Enterprise Installation. Ive been having issues with php 5.5 on ubuntu 12.04 on a vagrant VM. I'm getting the following error when trying to install....

View Article

Can't read swagger JSON from http://127.0.0.1:8080/api/v2/api_docs

@schwame Can you try flushing the browser cache in Safari and going to the config tab in DF and flushing the system-cache? Do a refresh of the browser page and see if the Swagger docs are available?

View Article

'sqlsrv' is not installed or loaded

User error, disregard. Thank the dev team for their work.

View Article


DF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...

Hi, After updating to DF 2.0.4 the server side scripts will fail when calling platform.api.post("user/session",{}). How to replicate: I created a service test1 that will execute this: var param =...

View Article


DF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...

Hi @bitperbit, Same problem here, I tested in 2.02 and 2.04. community.dreamfactory.com Create an user session (login) Hi, I have a Custom Scriping Service and im trying to create an user session, the...

View Article

DF2: CORS / No 'Access-Control-Allow-Origin' header is present

I have the following setup:DF2 Installed from Bitnami.Admin Application Version: 2.0.6DreamFactory Version: 2.0.3 DB Service: Link to a MySQL DBFIles Service: Link to Amazon S3 File Storage When...

View Article

Unable to using OCI8 Oracle connection - (Bitnami Windows Installer)

Yes but the issue I have is with the SQL driver, and the fix is to roll back to 2.0.2 which I understand does not have the V8JS feature. So I restate my original question, if I need both am I stuck...

View Article

DF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...

Confirmed this bug. I have filed it with the dev team.

View Article


Relationship with other database

Hello, I created one service with my own Database Like xyz.Now i want to give relationship with dream factory in-built Database bitnami_dreamfactory user table with xyz sometable. I have created that...

View Article

Unable to using OCI8 Oracle connection - (Bitnami Windows Installer)

2.0.4-2 also resolves the sqlsrv issue with the incorrectly compiled PHP.

View Article


Get users by role

I am attempting to use the dreamfactory roles system as a grouping system but have hit a bit of a snag in so far as the fact that I cannot seem to figure out the correct API route to retrieve users by...

View Article

Enterprise Requirements

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

View Article


How to pick up the keys Lookup data created in the User table

UP!!!No one has experienced this problem?

View Article

Get users by role

This will work, although it may return more than what you expected. Each user can have a different role for each app, so you'll see duplicate user ids in the results. GET...

View Article

How to pick up the keys Lookup data created in the User table

Can you clarify your use case? I don't understand what you're asking.

View Article
Browsing all 5028 articles
Browse latest View live