Deployd is a tool that makes building APIs simple by providing important ready-made functionality out of the box that meet the demands of complex applications.
Questions tagged [deployd]
115 questions
2
votes
0 answers
how to work deployd authenticating users
This is a basic question about authenticating. He appear when i working with deployd.
So, what i do:
Using postman (getpostman.com) send POST request containing
login and password.
/users/login >
BODY - x-www-form-urlencoded - username: petya -…

Andrey Trofimov
- 55
- 5
2
votes
0 answers
TypeError: Object #
Hi im trying to use deployd-template
https://bitbucket.org/leozero/dpd-template/
I have set all up as it says and also install'ed ejs
but when i run dpd.template.post.... i get this console error and deployd crash
C:\Program Files…

sannyu
- 21
- 2
2
votes
1 answer
Can't get deployd pdf modul to work dpd-pdf
i have install'ed deployd pdf modul dpd-pdf
https://github.com/diadistis/dpd-pdf
In dashboard i creted a /pdf with conf path to
C:\export\wkhtmltopdf\bin\wkhtmltopdf.exe
"wkhtmltopdf path"
but when i post to http://localhost:2404/pdf
i just get…

codeKing5000
- 23
- 3
2
votes
2 answers
Deployd : Most secure, most elegant way to get all objects in a specific collection created by the logged-in user?
I think the title pretty much says it all... Brand new to Deployd, so any pointers about how best to go about this are appreciated.

slupek2013
- 559
- 5
- 9
2
votes
3 answers
Deploying a Node.js app based on Deployd (deployd.com) on Appfog
I'm trying to deploy a node.js app, based on Deployd (deployd.com). When deploying by "af update myapp", I get the following error:
Uploading Application:
Checking for available resources: OK
Processing resources: OK
Packing application: OK
…

user2047330
- 119
- 1
- 9
2
votes
1 answer
How to access to the Node.js Filesystem API from Deployd (deployd.com)?
I am using Deployd (deployd.com) to create an API easily. I want to create a HTML file on post event. The problem is that it doesn't work because "require" is not defined. I think that it's because the Node.js API is not accessible from Deployd. The…

user2047330
- 119
- 1
- 9
2
votes
1 answer
How to run "Deployd" on port 80 instead of port 5000 in webserver.
Im running a website with "deployd" and I having issues to change my applicaiton of running on port 5000 to port 80. What I want to do is instead of having "mydomain.com:5000", I just want to have "mydomain.com"
Thank you.

Javier Esquivel
- 77
- 1
- 10
2
votes
2 answers
deployd authentification using jquery ajax
I have installed deployd in my debian 7.0.0 64 bit, I have also succesfully installed mongodb in it, I have create some collection and user collection in deployd dashboard, then using user guide how to connect and query the table in deployd, I…

user2507987
- 21
- 4
1
vote
0 answers
Is it possible to use browser-sync with deployd?
Is there a way to user browser-sync along with deployd? I have a deployd app running locally and I want to be able to auto-refresh the browser when I change certain files. I can get it working with a static site because brower-sync runs it's own…

Ryan Clare
- 43
- 5
1
vote
1 answer
Export local Deployd's data into a online server
I'm using Deployd as an API interface and I have a problem when backing up my Deployd's data and transferring it to an online server.
I have done some research on google and see this issue on GitHub.
as @shawnpk comment I connect to localhost:27017…

Itzik.B
- 1,023
- 2
- 15
- 35
1
vote
2 answers
Error - Our JSON is formatted incorrectly. Events won't show for Full Calendar
How can we format our API Json like the first block of code below? Do we need to put it in an array, string, object? Our issue is that Full Calendar can get events from the first block of code, but not ours, the second block of…

IKid
- 43
- 7
1
vote
1 answer
Deployd keeps returning Status 204
I'm developing an iOS application and using Deployd as backend .The problem is when I send a GET request to users/me with a sid cookie to identify my session, It returns 204-no content, even though user is logged-in. I'm expecting some data in…

Edwards
- 131
- 14
1
vote
1 answer
Swift: How to check in AppDelegate if user is already logged in
My login with Deployd and Alamofire is working completely fine. Here is the code:
let credential = NSURLCredential(user: "username", password: "password", persistence: .ForSession)
let parameters = ["username" : "username", "password" :…

Edwards
- 131
- 14
1
vote
0 answers
How to alert in deployd server?
var match = this.FBUniqID; alert(match);
When I run the above code in deployd console, it gives an error
{ "message": "alert is not defined", "status": 400 }
How can I generate an alert message in deployd?

Kamlesh Kushwah
- 21
- 4
1
vote
0 answers
How to store Base64-encoded image data in an AngularJS app?
I make a post request and receive an array of image URLs. I need to then convert these images to base64 and save them as strings. Here is the code for converting the images (i used this reference: http://jsfiddle.net/handtrix/YvQ5y/):
var…

anon_945500
- 269
- 3
- 12