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.
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 ...
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...
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...
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: ...
Maunsell asked 8/8 at 6:47
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 ...
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
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...
Imbibe asked 6/3, 2023 at 6:46
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...
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...
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...
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 ...
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 ...
Boyle asked 17/4 at 10:11
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...
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...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.