25,000 questions
0
votes
0
answers
4
views
Is it necessary to carry out a Point-in-Time Recovery for both an original Azure database server and its read-only complement?
Given that:
You have an Azure subscription.
Within that subscription, you have an "Azure Database for PostgreSQL flexible server" - call this Server A.
Within the same subscription, you ...
1
vote
0
answers
31
views
Python uvicorn app opens a cmd - how to stop it?
I've been building a WebSocket application and I opted for Python FastAPI + Uvicorn for server side. Having pretty much finished the app, I decided to pack the server into an .exe file. Even though I ...
0
votes
0
answers
18
views
Request fails due to header Expect 100-continue
A windows software is used to send a request to a api endpoint.
The request comes a along with a image, which will be changed and in the same request the changed image is returned in the response.
The ...
-1
votes
0
answers
16
views
Destination Host Unreachable when pinging Edge Gateway [closed]
When trying to ping the edge gateway(ip 192.168.4.1), i enconter the error:
From 192.168.4.2 icmp_seq=1 Destination Host unreachable.
Pinging anything external results in the same error.
This machine ...
-3
votes
1
answer
32
views
I keep getting the same error, I tried everything, and nothing seems to work [closed]
I was assigned a work with some colleagues and I don't get why nothing seems to work.
$ php artisan migrate
Illuminate\Database\QueryException
could not find driver (Connection: mysql, SQL: ...
0
votes
2
answers
34
views
Express NodeJS code is not reading the asset directory
My directory is in form
-split
-splitSiteFiles (css/js/html assets)
servercode.js
I want the servercode.js to access the files in the splitSiteFiles folder but the solutions I have tried do ...
-1
votes
0
answers
35
views
Prompt after the server restarts:The trust relationship between this workstation and the primary domain failed, [closed]
After my server restarts, it will prompt: The trust relationship between this workstation and the primary domain failed, it shows that it is out of domain status, check the Windows log to report an ...
0
votes
0
answers
18
views
SSTP with tenantid, any client supporting it?
actually developing a proxy for detecting and passing SSTP traffic.
Everything is working as expected except one strange feature called tenantid which was not testable.
According to Microsoft
https://...
-2
votes
0
answers
56
views
Express Server Closes Immediately After Starting — No Error, No Crash
I'm running into a weird issue while setting up an Express.js app. I'm using Node (with "type": "module") and the server logs Server is running on port 3000 correctly, but ...
0
votes
1
answer
29
views
Receving a strange packets from client to cs1.6 server (HLDS)
I was trying to emulate a CS 1.6 server but got stuck handling a mysterious packet: b'\xff\xff\xff\xffX'.
Observed raw bytes: FF FF FF FF 58 (header FF FF FF FF + single byte X/0x58), but it's not a ...
-2
votes
0
answers
21
views
Stream Chat Server SDK (v8) – createToken() throws "Both secret and user tokens are not set" on Fastify backend during signup
I'm building a simple chat app using Fastify (Node.js) as my backend, and I'm trying to implement the /signup endpoint using Stream Chat Server SDK (v8). I’ve been getting an error and can’t seem to ...
0
votes
0
answers
15
views
Firewall issue or port blocking from a server-client application
I want to know how we can see a firewall issue or port issue for a server/client application via the Wireshark logs. When the client application fails, I have seen a RST,ACK.
Is it due to the firewall ...
1
vote
0
answers
19
views
The Node.js application functions correctly in the local environment but encounters issues after deployment to the cloud
I'm facing an issue with our Node.js application that includes multiple route files — loggingRoutes.js, commonRoutes.js, health-route.js, and an index.js inside the routes directory.
The app works ...
0
votes
1
answer
25
views
React application on local host/server Issue, I have also also installed the latest npm package of node.js locally
I am attaching the error below which is throwing on my terminal of visual studio code, I am trying to run application locally through visual studio code window..
npm : File C:\Program Files\nodejs\npm....
0
votes
0
answers
35
views
503 or Request Timeout
I want to use a third party API but it getting stuck and return 503 some time request time out error but if i change the server to godady or lytehost the code works but it is not working on hostinger.
...