server Questions

4

Solved

I'm translating a node.js server to typescript. My funcion with node is: const storage = multer.diskStorage({ destination: function (req, file, cb) { const dir = './uploads/'; mkdirp(dir, err ...
Zebra asked 28/11, 2019 at 23:21

3

Solved

when I try to restart the apache server I got following response. Redirecting to /bin/systemctl start apache2.service Failed to start apache2.service: Unit not found.
Madai asked 29/3, 2019 at 13:4

3

Solved

here is my problem : I try to use the Credential Management API to access to authenticators on my webapp : navigator.credentials.create() and navigator.credentials.get(). I have no problem when I...
Current asked 3/5, 2019 at 14:13

2

Solved

I have my own server with ubuntu 19. NOTE: I need a stun/turn server for a video chat web application. It works already if both devices are in the same network. I have successfully installed and ...
Coworker asked 1/4, 2020 at 9:42

3

I want to use the App Store Server API. so need to generate the JWT. the document is: https://developer.apple.com/documentation/appstoreserverapi/generating_tokens_for_api_requests To get your issu...
Barcroft asked 21/7, 2021 at 16:45

2

Solved

I want to connect a web server to my ios application with swift. So I created a function to create a task with "POST" but when I call it, I get an error message : nw_socket_handle_socket...
Becky asked 28/6, 2020 at 20:4

2

Solved

I installed wkhtmltox-0.12.6-1.amazonlinux2.x86_64.rpm on my EC2 instance(t3.xlarge). While using wkhtmltopdf in Node.js, I'm getting the following error: Error generating PDF: Error: wkhtmltopdf: ...

4

I have a laravel project, which is working fine on the local machine, where I have it set up on homestead, but when I have uploaded project to the production server on namecheap, none of the links ...
Spread asked 16/1, 2017 at 14:9

3

I'm still a beginner in Nextjs I get range error when i try to fetch products from database, ihave the same exact code for categories with no problem at all... this my nextjs server action: export ...
Confessor asked 12/9, 2023 at 8:41

15

Solved

it shows the function related to root url i.e. ('/') but if i write @app.route('/home') it gives me that error
Panoply asked 6/7, 2017 at 12:48

2

Solved

I am new to spring boot space. I am following a tutorial learning to create OAuth authentication server. While configuring the AuthorizationServerConfig.java the instructor imports 'ProviderSetting...

1

I've taken over a Laravel 5.2 project where handle() was being called successfully with the sync queue driver. I need a driver that supports dispatch(..)->delay(..) and have attempted to confi...
Retinite asked 4/7, 2017 at 11:44

16

Solved

I've Python 3 running in a linux server. I need to install some libraries (obviously) so I'm trying : pip3 install numpy Which, is resulting in the following error: Collecting numpy Retrying (...
Ministry asked 15/10, 2018 at 11:29

9

Solved

My AWS Elastic Beanstalk account keeps getting down with the error: "Environment health has transitioned from Ok to Severe. 100.0 % of the requests are erroring with HTTP 4xx" On a daily basis. Wh...
Cicelycicenia asked 1/10, 2018 at 23:12

8

I've read about Fake json-server and I'd like to watch more than 1 file. In the instructions it is listed --watch, -w Watch file(s) but I'm not able to make it working if I launch it as json...
Philipson asked 25/4, 2016 at 9:18

3

I use windows 10 so I try to kill the port this command netstat -ano | findstr :8006 taskkill /PID 3984 /F but I didn't kill the process. But it comes ERROR: The process with PID 3984 could ...
Pardo asked 4/10, 2018 at 8:2

4

Solved

I have one of the following API URLs. At the end of the day for my use case, it doesn't matter which of these URLs I would have to use, but currently neither work. http://localhost:3000/api/track/T...
Mori asked 26/10, 2021 at 21:35

3

I'm working on a Next.js project and I'm encountering an unusual error. When I click on a button in my application, I get the following error: Module not found: Can't resolve '@vercel/turbopack-ecm...
Jade asked 22/2 at 12:45

3

So, SSR means that the server sends a fully packed html, css and js file while CSR only sends the empty html and again client fetches the js to populate the data on the page. I want to visualize t...
Buzzer asked 11/6, 2020 at 16:48

16

I'm trying to use nodemailer in my contact form to receive feedback and send them directly to an email. This is the form below. <form method="post" action="/contact"> <label for="name"&g...
Charnel asked 18/2, 2018 at 16:42

27

Solved

I have installed XAMPP (xampp-win32-1.8.2-0-VC9-installer.exe) on Windows 7 successfully. But unfortunately, the following error was found during running Apache from XAMPP Control Panel: 5:38:38 ...
Kirkkirkcaldy asked 30/7, 2013 at 11:44

0

i'm trying to understand the output of a test that i've been running because it seems to go against everything that i'm reading and hearing about how the node.js event loop works. supposedly ...

6

Solved

I am getting below error when trying to start the tomcat using systemd service systemd[1]: tomcat.service: Failed to execute command: Permission denied systemd[1]: tomcat.service: Failed at step E...
Ware asked 25/4, 2020 at 15:8

65

Solved

How do I configure the TCP/IP port listened on by a Spring Boot application, so it does not use the default port of 8080.
Pruchno asked 13/1, 2014 at 2:59

12

Solved

I use a Cloud server to test my django small project, I type in manage.py runserver and then I log out my cloud server, I can visit my site normally, but when I reload my cloud server, I don't know...
Norwood asked 21/11, 2014 at 16:50

© 2022 - 2024 — McMap. All rights reserved.