SQL database connection error
If you're using the free-hosted system there is a known issue with SQL connections. We're working on it. Sorry for the inconvenience.
View ArticleSQL bugs with Docker image?
I'm installing DF off the dreamfactorysoftware/df-docker image. It runs fine, and I'm able to login. But when I try to follow the Angular SDK example I cannot complete the setup...
View ArticleSQL bugs with Docker image?
Just replied to your post on the github repo. It's not an issue with the docker package but with dreamfactory itself. There's an issue saving CORS configs when the system db is SQLite. Working on a...
View ArticleSpace usage increase in mysql table df_sys_stat
Hello, I am new to this forum. I have been using dreamFactory API for sometime and I have noticed an increase in the space usage. After verification in MySQL tables I have found that the table...
View ArticleAccess Forbidden (403) error using Bitnami in AWS
Hi, Just recently setup Dreamfactory 2.0 in AWS using Bitnami. I have setup my service for my AWS RDS which works well when access data through Data tab. So I wanted to test the API using Advanced...
View ArticleAccess Forbidden (403) error using Bitnami in AWS
Hi @allensandiego, You have set the CORS? cors.jpg1263x742 72.4 KB You need not be as permissive as the example above, but should include GET *
View ArticleAccess Forbidden (403) error using Bitnami in AWS
Hi, I tried as you suggested. Created an entry in CORS using same values as in your screenshot. Re-authenticated and then tried to execute an HTTP GET using the new Token.. Unfortunately I'm still...
View ArticleAccess Forbidden (403) error using Bitnami in AWS
X-DreamFactory-Application-Name is deprecated in 2.0The header is X-DreamFactory-API-Key see: http://wiki.dreamfactory.com/DreamFactory/Common-Headers-Parameters for reference
View ArticleAccess Forbidden (403) error using Bitnami in AWS
allensandiego: One thing I noticed though is that in the CORS settings, everytime I select the CORS entry that I created and click Update, the List Box goes right back to "--Select CORS Entry--" and...
View ArticleSQL database connection error
Hello! I'm using free-hosted version here on enterprise.dreamfactory.com
View ArticleSQL database connection error
Hello! Thank you for your response. Is there anything I can do right now to make it working once again?
View ArticleCustomer Script: read file keeps returning null
Although it doesn't work on the new 2.0 platform: {"error":{"context":null,"message":"Included script "base64.js" not found.","code":500
View ArticleAccess Forbidden (403) error using Bitnami in AWS
This seems to have fix the problem. I also noticed that no headers are required when posting to /user/session. Initially I had X-DreamFactory-Application-Name added and was able to authenticate so I...
View ArticleBest Way To Familiarize With DF
Thanks @drewpearce and @kimpatro, those pieces of information will both be very helpful. Looking forward to a Dec. 20 docs release!
View ArticleCan't find option to enable Open Registration in DF 2.0
Hi, In DF 1.9, I normally enable Open Registration in the Config tab. This option doesn't seem to be available in the 2.0 version. How do I enable this in 2.0? Thanks,Allen
View Article2.0 & OpenShift
hi, Any news on release of Dreamfactory 2.0 cartridge for Openshift? Thanks,M.M
View ArticleBest Way To Familiarize With DF
@drewpearce is there a way to access the user object with php? like user.id? EDIT: Got it ya'll to access a user's info in a custom script do this: $userInfo =...
View ArticleLookup Key Value in database
nice question @juniorconte. @jeffreystables is it possible to query user lookup using php? i know the platform object isn't available for PHP (yet?), but I'm hoping there's some other way to query...
View ArticleJSON JWT Tokens not working
Thank you, these tutorials cracked it for me. I had the JWT token in the header but I was missing the API key. For those reading this the API key is autogenerated under Apps and there you assign a...
View ArticleDF2 - role_id value is based on Default Role, not on the setting in the User tab
Hi, After the login, the user_id returned in the response corresponds to the Default Role, not on the one set up for the specific application. I think that this is a bug. These are the steps to...
View Article