Unknown column 'username' in 'where clause'
@Erik wrote: I’ve just installed DreamFactory on a server. When trying tro create the first system admin user, I get an error: Whoops, looks like something went wrong. QueryException SQLSTATE[42S22]:...
View ArticleInstall error: Index column size too large
@Erik wrote: I am following the instructions on: http://wiki.dreamfactory.com/DreamFactory/Installation When I execute: $ php artisan df:setup I get the following error: SQLSTATE[HY000]: General...
View ArticleLogin issue after installation
@Erik wrote: I thought I’d completed the installation on a shared server, but apparently there’s still something wrong… I followed the ihstructions on...
View ArticleRealtime with Pusher
@Matt_2012 wrote: I want to broadcast events like “User Logs In”, “User updates Table X” so I can stream a realtime log of activity on my API. This would not be for sensitive data just very high level...
View ArticleSome values not set when pushing schema to MongoDB
@jsolbrig wrote: I’m having difficulty PUSHing a schema to MongoDB via the DreamFactory API. The same schema works as expected when PUSHed to MySQL. While some values get set appropriately, some of...
View ArticleProblems to connect DF with remote service
@XI777 wrote: Hi, I have this problem with DF version 2.9 I connect DF with a remote service. If I call a this remote service the response time is 400-500ms. Then, If i call the service from DF, the...
View ArticleBug when call platform.api.post two times in row
@Stefan_Vitorovic wrote: Hello, I found one where strange bug (dreamfactory version 12.0.2). I created one service that is “Script” type, and in script, I have, for example, this two two line of code...
View ArticleGet records by post
@mimu wrote: in this post is a description about getting filtered records by post: { DreamFactory: 'Blog' } – 4 Oct 13 NoSQL, No Problem! - MongoDB Specifics - { DreamFactory: 'Blog' } For the third...
View ArticleHow to use the PostgresSql REST API
@wang4978 wrote: I create a service select databse postgreSQL. And creata table ,insert data in the database. It’s the sql: create table if not exists name_age ( info jsonb ) insert into name_age...
View ArticleBitnami DreamFactory
@Kevin_Mcgahey wrote: As of recent we have been having questions regarding the system database within Bitnami. In this blog article we dive under the hood to show you how to expose your system...
View ArticleToken refresh returns 401
@jsolbrig wrote: I’m a bit confused about refreshing session tokens. To refresh an admin’s token I am performing a PUT to https://hostname.com/api/v2/system/admin/session. I have attempted to do this...
View ArticleUse case to use one Google oauth service for multiple apps
@isreehari wrote: Hi, Does any one has use case to use one google oauth service for multiple apps? I have situation where I have multiple apps such as spl.com spn.spl.com sph.spl.com spa.spl.com Right...
View ArticleDf: env results in error on install not sure why
@tomtruitt wrote: root@s135607:/opt/dreamfactory# php artisan df:env PHP Warning: require(/opt/dreamfactory/vendor/autoload.php): failed to open stream: No such file or directory in...
View ArticleToken Signature could not be verified
@Chris wrote: I am new to Dreamfactory and working on my first app. I am using Auth0 for authentication, Angular 7/ Typescript 3.1.3 for the App. It appears to be successfully passing the jwt Id_token...
View ArticleFetch more than 1000 records in one api call
@regalartech wrote: I have made a custom dreamfactory docker setup to work with postgresql . here are details. DreamFactory Version: 2.14.0 System Database: pgsql Install Path: /opt/dreamfactory/ I am...
View ArticleWhat next? Please help
@tomtruitt wrote: I followed the install directions and believe I installed Dreamfactory on my existing Apache server and linked my existing MySQL DB. Where do I create a new app? And where do I find...
View ArticleProblems with stored Procedure in Firebird
@fantonio wrote: Hi: I have several procedures in a database in firebird I want to execute them with api docs, but they do not show, I get the following error....
View ArticleQueued Script Delay Setting Question
@Mike_Harvey wrote: According to the documentation below I should be able to set the delay on my queued scripts but I see nowhere in the UI to set these nor does the documentation indicate where in a...
View ArticleScript Chaining Interuptions
@Mike_Harvey wrote: I am having an issue with delaying queued script execution for some server side scripts that are firing as a result of record creation from another script. That post is located...
View ArticleError during installation ( Bitnami DF 2.14.1-1 on freshly installed Debian 9 )
@m_menon wrote: Error encountered when installing on Debian 9. I did not select nginx and phpmyadmin during the pre-install questions. Any pointers? Thanks Please wait while Setup installs Bitnami...
View Article