Simple 5 minute command-line file / directory server built with connect, inspired by nodejitsu's http-server to show off the simplicity and flexibility of connect as a modular server.
Questions tagged [serve]
272 questions
0
votes
1 answer
get creation time of a server file in c#
Hi I want to create an application that connect to my host and check if any new file added in the the directories.
so I need the creation time of that host file but i could not connect to the server.
I just find some code for creation time of server…
user5296198
0
votes
1 answer
How to start a different browser or several browsers using Gulp serve?
I am working with Gulp and it always opens my default browser on serve.
Am I able to define the browser I would like to use or several browsers?

n00n
- 654
- 1
- 10
- 30
0
votes
0 answers
Authenticate with a backend server
Does anyone can help me to get a solution for Authenticate with a backend server, I need to find the best way to use the information(name,profile photo,email) from Facebook / twitter / google plus for Authenticate with my server.
After a long…

PO. li
- 13
- 1
- 3
0
votes
1 answer
where is the real time copy of the index.html that ember-cli serves?
How do I get to the latest index.html file that will be served by ember-cli from its tmp folders?
I am doing some post processing on the final copies of the generated index.html and I am unable to find docs or references to how I can pick this path…
-1
votes
0 answers
Why Amazon S3 not serve images on my Django blog?
I have a blog app wrote in Django and deployed with Heroku. Now I want to keep the images that the users upload with the blog post and I have a default image if the user don't want a specific picture. When I used whitenoise the pictures were there,…

Mail Fun
- 19
- 6
-1
votes
1 answer
How do I fix this error given by yarn serve -s build
I'm using GitHub actions to run my cypress tests automatically on every commit. This is the part of code in my yml file which was working earlier:
with:
browser: chrome
build: yarn run build
start: yarn start
wait-on:…

Learner
- 51
- 8
-1
votes
1 answer
Tensorflow Serve SignatureDefs for classifier
I trained a BERT text classifier following these steps, with own texts and some modifications:
https://www.tensorflow.org/tutorials/text/classify_text_with_bert
To export the model and run it with Tensorflow Serve works…

David G.
- 43
- 1
- 4
-1
votes
1 answer
ERROR TypeError: spanEl.getBoundingClientRect is not a function
ERROR TypeError: spanEl.getBoundingClientRect is not a function
at _guessBsVersion (C:\Users\sagar h\Desktop\MYRIDZ\falcon-mobikes-website\dist\server\main.js:163317:25)
at isBs3 (C:\Users\sagar…

deepika
- 1
-1
votes
2 answers
Angular 6 Seo routing
Seo problem
Routing file
.htaccess
app.component.html
I spent a lot of time on solving this problem and unfortunately I don't know how to solve it. When I check my application for Seo on for example www.seoptimer.com and everytime Seo does not see…

Paweł Skrzeszewski
- 49
- 9
-1
votes
2 answers
Ionic and angular - Sending http requests to server and receiving JSON data back, this works with Ionic serve but not with Ionic Cordova run Android
So I have an application which gets data from a server, the login function is in services.js that's within a factory. Everything is working fine with Ionic serve but running on an actual device nothing works, the response is empty, and now the xhr…

Darren
- 1
- 2
-1
votes
2 answers
imap php not working
I am trying to run imap_open() in on my server but its giving me this error.
Warning: imap_open(): Couldn't open stream {imap.gmail.com:993/imap/ssl}INBOX in /home/bestinsaudi2/public_html/mailbox.php on line 55
Cannot connect to Gmail: Can not…

zzz
- 23
- 1
- 6
-1
votes
5 answers
Angular doesn't render the page when I try start up the server
I've created three components and I've added them to app.module.ts (src/app), inside components there're only selectors, simply because those are my purpose.
Angular doesn't render the page when I try start up the server with ng…

Yuri Melo
- 93
- 1
- 3
- 12
-1
votes
2 answers
When i try to command through terminal 'php artisan serve' it gives Fatal error in ubuntu
Would you please help me to find out my installation problem of Laravel. I installed composer then installed laravel. When i try to run the project through php artisan serve, it gives following error.
Warning:…

user7421798
- 103
- 11
-2
votes
1 answer
How to remove malware (love.explorethebest.com) from server?
How to remove malware (love.explorethebest.com) from server ?
I tried to remove malware (love.explorethebest.com) from my servers. I configured multiple servers in a single port and it affected to all mail servers. So, how do I resolve my issues ?

Deepak Sharma
- 1
- 2
-3
votes
1 answer
How to run server in development mode with flask?
I am learning to use flask and I want to run the server for an application in development mode, for this I do the following:
app = Flask(__name__)
if __name__=="__main__":
os.environ["FLASK_ENV"] = "development"
app.run(debug=True)
When I…

Diego L
- 185
- 1
- 9