I know crashing web server is a network related problem, but as I have responsibility of a PHP web site, so I must be care about reliability or availability of
When I try to wrap the nextjs application in effector-next I get this error when the page loads
I use app engine on google cloud for my webserver. The webserver must communicate with APIs to fetch all kind of data from clients. For a specific client, I nee
So I created a server but when I run it, it keeps shutting down. why it happens? import socket my_server = socket.socket() my_server.bind(("0.0.0.0", 8820)) my
MONGO HELP I have tried many times to install mongo but I failed. I also checked my network cable but it is working. I am really worried for this kinda problem
I have installed a node js application (myapp.js) on a server with a particular IP. I have npm installed and started the application I have done this before but
I am using reseller's cpanel to deploy a nodejs server and I want that server to run continuously. First, I installed these three on my server: 1.) ea-ruby27-mo
I have built tableau auto date range slider extension. Which updates the end date in the slider to current (today's) date automatically. I need to apply this ex
Recently I have been uploading changes to the GoDaddy hosting server for our website using Dreamweaver CC. Sometimes the changes show up right away and sometim
I have updated by configuration to node 16.15.0 on both local machine and server. The code is running fine on local machine but on server it gives an Error - "S
I've a Vue app in production. There are 11 products subpages. When i'm opening all of them in new cards then on two of them i'm getting error like on screen. Af
I have been running xampp from D drive well. Recently I have changed my hard disk to ssd. After then I can not run the xampp. I have checked the port that is wr
I am implementing an authentication process between a server and a client in order to exchange some information. I have created a function called serverToClient
I successfully tested the OCPP server by mobility house integrated with aiohttp API in local network. But now I am deploying the websocket server integrated wit
MongoServerSelectionError: getaddrinfo EAI_AGAIN cluster0-shard-00-01.qvjmj.mongodb.net at Timeout._onTimeout (/media/alax/New Volume/Programming Hero/Assignmen
I have a performance problem with my symfony stack. Because an image is worth than a long text : On production (AWS EC2 t2.medium) (2387ms, 84MiB)(ParamConverte
As we all know, we can connect wired Ethernet by this way. When there is no Ubuntu desktop GUI, however, i have found no way to connect or disconnect that wire
I have a front end code of react is import React,{useEffect,useState} from "react"; import axios from 'axios' export default function DataGridDemo() { con
I am a bit of a noob, and I am trying to install openstack (xena) on 3 debian machine, respectively named node1, node2 and node3. By default, all those machines
I am hosting my nest js server on heroku. I am using authGuards in nest js to validate the request using accessToken passed by client with the request (this acc