Skip to main content

Questions tagged [server]

A server is a running instance of a software application capable of accepting requests from a client and giving responses accordingly.

-1 votes
0 answers
11 views

Spring Boot Application Deployment on Tomcat Failing with BeanCreationException and NullPointerException ERROR

I'm trying to deploy a Spring Boot application packaged as a WAR file to Tomcat (version 8). The deployment process seems to start correctly, but the application fails to start, and the logs show the ...
Harshal Dharpure's user avatar
0 votes
0 answers
7 views

Duplicate Urls in Contentful with "/" and without "/"

I am using Contentful for blog publishing. Every blog appears with two urls. Search console consider these as two pages. I am facing duplicate indexing issues. Examples of Urls: https://softtik.com/...
Waqar Ahmad's user avatar
-2 votes
0 answers
23 views

Mac OS apache and php inconsistency issues, PHP unable to see or read directory

When I added this code to the apache vHost conf, the browser stopped "seeing" php files and simply says 404. The file exists and worked before. When I try to revert the file and folder ...
Christian Legere's user avatar
0 votes
0 answers
37 views

Communicate between a Python Server and C++ Client

The C++ client connects to the Python server without any issues, but when I send a message it's never received by the server. I don't get any errors or unexpected results on the client either, it ...
massacring's user avatar
0 votes
0 answers
22 views

ImageKit Upload Error - ReferenceError: XMLHttpRequest is not defined

When trying to use the ImageKit API on my server side, I keep getting the following error: XMLHttpRequest is not defined. I have installed xmlhttprequest with npm and tried require('xmlhttprequest') ...
lowlyprogrammer's user avatar
0 votes
0 answers
9 views

Syntax Error in Next.js v13.5.4 Deployment on IIS Server (Windows)

I am experiencing difficulties deploying my Next.js v13 application on a Windows Server running IIS. After deployment, I encounter a syntax error that prevents the application from running properly. ...
Hammad Azam's user avatar
0 votes
0 answers
46 views

Access to XmlHtppRequest

I'm working on a small project where I'm connecting a React frontend to a Flask backend. Both servers are running fine, but when I try to sign up or login, I encounter this error: Access to ...
Amariah Kamau's user avatar
0 votes
3 answers
51 views

NodeJS Express Host index.html File Then Route To Specific Spa Route with Params

I have an application that uses Angular 13 as the frontend and nodeJS with express for the backend. The backend servers the frontend files. I am working on adding subdomains into my application and ...
coder123's user avatar
  • 373
0 votes
0 answers
19 views

Git failed with fatal error. Early EOF fetch pack: invalid index-index pack output

While cloning a repo, I'm getting an error Git failed with fatal error. Early EOF fetch pack: invalid index-pack output I am able to clone successfully from my local PC, but on on-premise servers, I ...
Swati Patil's user avatar
0 votes
0 answers
6 views

Is rapid IP switchting available for attackers on TCP servers?

I'm working on a server implementation and I'm wondering how quickly attackers can switch ip addresses. I know with UDP attackers can actually just send in whatever ip address they want, but with TCP ...
brando f's user avatar
  • 381
1 vote
1 answer
31 views

Blazor .Net Core 8: How to use Server Side Component on the Client side?

I want to use the InteractiveAuto feature of WASM. So I want to create my pages on the client side. But I also want to access server side components that have access to my SQL database. It seems ...
sTaLa's user avatar
  • 11
0 votes
0 answers
28 views

c# why does HttpListener require admin rights (or run netsh as admin) but ASP.Net doesn't?

When starting an HttpListener in Windows 10, an HttpListenerException is thrown if the address is not "localhost:xxxx". This can be circumvented by running the command netsh http add urlacl ...
Verfin's user avatar
  • 13
0 votes
0 answers
15 views

Change run location of a github project using npm run dev

I am using this github project: https://suno.gcui.ai/ and it defaults to running locally on localhost:3000. I am running this in a webserver, not on my local machine, so I want it to run on the ...
Mr. Man's user avatar
  • 86
0 votes
0 answers
23 views

easiest way to install web counter on offline kiosk system?

I am updating a series of old kiosks for a history museum. Originally built around 15 years ago they would like me to add a page counter, among other changes, to determine how widely used the kiosks ...
Tod Poirier's user avatar
0 votes
0 answers
37 views

Is there a way to keep my program alive if the server it needs to connect to is not up and listening yet?

So I've been trying to figure out how to keep my program alive if this separate server that I'm running is not open yet. Right now my program's site pulls up successfully but then the second I try to ...
Nash Carroll's user avatar

15 30 50 per page
1
2 3 4 5
1687