Problems to refresh a forever session token
Ouch... I overlooked the sentence "Sessions may be refreshed to receive a new session_token"... my bad! Of course, this is a forever session, not a forever "token" Thank you! Elvis Fernandes
View ArticleProblems to refresh a forever session token
Right on! You can build your app to refresh the token in the background without user input, the same way the admin app does.
View ArticlePHP scripting to POST to external MySQL for new registrations
Thanks for your consideration...I mainly solved the problem and will post back my solution for other users in a short while.But it was based on your help so thanks.
View ArticleGithub + Apache: Retrieval of /api/v2/system/environment results in 404
I followed the git installation instructions on the wiki and on github. Laravel correctly serves DF2 on port 8000, but I'd like to use Apache instead. I followed the relevant instructions to have...
View ArticleDF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...
Hi @drewpearce, Did u know some workaround for this problem and/or a date for when this will be fixed? thanks
View ArticleFilter in a GET request not working for more than one parameter
Problem fixed. The problem were the missing parenthesis. Here is the correct query: http://dsp_url/api/v2/service/_table/tablename?filter=(field1%3D'value1')%20AND%20(field2%3D'value2') The clue came...
View Article[Solved] Github + Apache: Retrieval of /api/v2/system/environment results in 404
Check if the rewrite engine is properly working in Apache. This post might be helpful.
View ArticleDF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...
this is supposed to be fixed in 2.1, which we are trying to ship today.
View ArticleFilter in a GET request not working for more than one parameter
Shooting in the dark here, but best guess is that your upgraded instance isn't really fully upgraded. Check your vendor/dreamfactory/df-sqldb and vendor/dreamfactory/df-core directories. The changelog...
View ArticleService in 2.0 doesnt work
I had this service set up for Stripe payments on my older 1.x DSP and it was working, but now on the new 2.0 dreamfactory it doesnt work anymore. I get the error "Unrecognized payload type" but I have...
View Article[Solved] Github + Apache: Retrieval of /api/v2/system/environment results in 404
Thanks for the response, Elvis! The rewrite engine was already enabled, but I checked everything to make sure it was working. In the end, I had the same error. I thought back to my install process. I...
View ArticleCustom Script Output to Logs: 166MB!
Thanks Kim, I tried as suggested- no luck!: APP_ENV = productionAPP_DEBUG = false I'll let you and the community know if I come up with something.
View ArticleHow to set mongodb ISODATE record
hi therei'm looking on a way to set record with the ISODATE parameter in Mongodblike thisISODate("2012-01-12T20:15:31.000+0000"), i'm running with js SDK, but any input will be welcome thx
View ArticleCan't read swagger JSON from http://127.0.0.1:8080/api/v2/api_docs
Same error in a fresh install {"schemaValidationMessages":[{"level":"error","message":"Can't read from file http://54.157.1.12/api/v2/api_docs"}]} rebootand fush cache Any idea
View ArticleCannot log in using LDAP Active Directory
Hi @drewpearce - could you please help take a look at this? I'm sitting here with @quintinvh and we can't figure this out! Thanks man! RegardsMartin
View ArticleCan't read swagger JSON from http://127.0.0.1:8080/api/v2/api_docs
@jmontes - Mine was on a fresh install also. I emptied my safari caches. Shut down DreamFactory entirely... and then (for me a few hours later), I restarted DF and everything worked. That being said,...
View ArticleAdaptive Server is unavailable or does not exist
Getting this error trying to GetRecords: "Failed to connect to database.\nConnection failed to open the DB connection: SQLSTATE[HY000] Unable to connect: Adaptive Server is unavailable or does not...
View Article