Error while upgrading 2.1.2 to 2.2.0 on bitnami
Great to hear @Yuriy_Klyuch1! Thanks for letting us know. What worked for you? @DamonV are you still having issues? Thanks,@AlexBowen
View ArticleError while upgrading 2.1.2 to 2.2.0 on bitnami
Yesterday I tried it and the installation was successful. Thanks!
View ArticleSetting up Permanent Session Token in DF 2.0
If making changes to your .env file has no effect it is because your config is cached. This can be remedied by php artisan config:clear in the installation directory, and a restart of your web server...
View ArticleHow to create a mysql service on dreamfactory 2.2?
The UI changed in 2.2. To connect to MySQL, you need to specify a host and a database at minimum. If the database has a username and password, enter that information as well.
View ArticleHow to create a mysql service on dreamfactory 2.2?
where we report these data. thank you
View ArticleHow to create a mysql service on dreamfactory 2.2?
ok , my account was old think so the UI was not showing the options. I created a new account and all is well .
View ArticleError while upgrading 2.1.2 to 2.2.0 on bitnami
Yuriy_Klyuch1: r.p nothing new on my side, I repeated same steps
View ArticleWelcome! Please Introduce Yourself
Hi everybody! I'm Josh Dzielak and I'm a Developer Advocate for Algolia, living in Paris but most recently from San Francisco. Algolia makes some seriously cool search tech, all available via API....
View ArticleCan't post, get 400 Error
I am trying to do a simple post via the api. I have it wrapped properly as far as I can tell: {"resource":[{appUserCode:"101","apiKey";"202"}]} but get: No record(s) detected in request.", "code": 400...
View ArticleCrashes with 15000 records
As noted elsewhere I had to increase the memory size in the php.ini and then restart via bitnami php-fm
View ArticleScripting issues, primarily with Python
Hi there, We recently upgraded to DF 2.2 and are bumping into some issues with the custom scripting. [This one was an issue in 2.1.2 as well, but we hoped the upgrade would fix it.] Requests other...
View ArticleSetting X-DreamFactory-Api-Key and X-DreamFactory-Session-Token from NodeJs
How do you set - X-DreamFactory-Api-Key and X-DreamFactory-Session-Token from Nodejs.I am receiving this error - I think the API key and session is not set as string - its geeting too huge string. How...
View ArticleSetting X-DreamFactory-Api-Key and X-DreamFactory-Session-Token from NodeJs
Nevermind - I missed to add the Accept header. It worked after adding 'Accept': 'application/json',
View ArticleCan't post, get 400 Error
I guess I have the same scenario - What does your JSON sample looks like when you verify from the API docs builder ?? I am getting the same issue - I guess there should be an enhancement to view the...
View ArticleRemove JSON trace information
It started to me also - After I flushed my cache and reloaded the .env file in htdocs - VINEETs-MacBook-Pro:htdocs Vineet$ php artisan config:clearConfiguration cache cleared!
View ArticleRemove JSON trace information
The only change I did was added the Node.js support - DF_NODEJS_PATH=/usr/local/bin/node
View ArticleCall Rest API external service
What is your remote database ? Only free DBs like Mongo,Sqlite are supported in the basic version of the product.
View ArticleNo record found in the request
Here is my table structure for Users Name Alias Type Required APIKey text false Email text false FirstName string false HeightCm integer false id id false LastName string false PasswordHash text false...
View ArticleCan't post, get 400 Error
Your json has syntactical errors. You have {"resource":[{appUserCode:"101","apiKey";"202"}]}It should be {"resource":[{"appUserCode":"101","apiKey";"202"}]} I like to use this tool,...
View Article