server Questions

3

Solved

I'm building a closed social network and currently when a user is not logged in they will always be redirected to the homepage of my domain. What I would like to do is do the following: Use NGI...
Lycaon asked 26/3, 2015 at 12:51

4

The console in the digital ocean like this : I try to copy and paste my username and password, but it does not work I try ctrl+v and right click on the mouse. It does not work How can I do it?...
Disengagement asked 12/2, 2018 at 2:41

3

I have a NestJS backend (6.9.0) and Angular frontend project (8.2.11). I use concurrently to start the front end and backend in parallel in my localhost. The backend starts fine (starts faster) b...
Marius asked 9/11, 2019 at 13:23

4

Solved

I'm running an ubuntu server 21.10 on RasberryPi4.Docker version 20.10.7, build 20.10.7 0ubuntu5. I tried docker prune and to reinstall docker fully and even reinstall ubuntu, but nothing seems to ...
Managing asked 30/10, 2021 at 13:39

3

Solved

How can I block TLS 1.0 and TLS 1.1 on my Node.js Express server? I'm using a traditional server setup script: const app = express(); export const server = app.listen(3000); I'm slightly confused ...
Herakleion asked 8/1, 2021 at 23:15

4

So with React 18 came RSC. I'd like to know how is it different from SSR we have in NextJS.
Auten asked 24/5, 2023 at 16:57

34

I want to run a very simple HTTP server. Every GET request to example.com should get index.html served to it but as a regular HTML page (i.e., same experience as when you read normal web pages). U...
Lal asked 21/5, 2011 at 20:44

19

I keep on getting "? Something is already running on port 3000" message in my terminal when I start up my react server when there is absolutely nothing running on my port 3000 What I have...
Saltish asked 28/2, 2018 at 5:46

3

I'm running postgres and pgadmin4 on docker with docker-compose up on a fedora 28 OS and I'm having trouble creating a new db server from pgadmin's web console. This is the docker-compose.yml file ...

16

I am trying to do the docker-compose up command in my terminal. First I navigate to the file directory where I find a docker-compose.yaml. Then I write the command. The Server is on Port 80. I get ...
Dormouse asked 3/11, 2020 at 11:55

9

Solved

I am tring to extract the domain names out of a list of URLs. Just like in https://stackoverflow.com/questions/18331948/extract-domain-name-from-the-url My problem is that the URLs can be about eve...
Controller asked 17/5, 2017 at 10:8

5

I was working on the host server. Everything was great till yesterday and today when I start my server, suddenly error occurs in VS code. And my server is not connecting anymore. What should I do? ...
Alanaalanah asked 19/10, 2021 at 6:30

5

Solved

I am a windows user. I installed Windows Subsystem for Linux [wsl2] and then installed docker using it. Then I tried to get started with OpenSearch so I followed the documentation in the given link...

6

Solved

According to the documentation of Spring Boot, session timeout can be configured by setting server.servlet.session.timeout= 300s in application.properties file. In this post and in Spring Boot ...
Worden asked 15/1, 2019 at 6:35

7

I have 2 computers. when I open the project with live server on the first one it gives me this url 127.0.0.1:5500/index.html I want to put that url on the other computer's browser but it doesn't wo...
Bareback asked 19/9, 2020 at 10:40

2

Solved

I've got the following nginx conf: http { log_format upstream_logging '[proxied request] ' '$server_name$request_uri -> $upstream_addr'; access_log /dev/stdout upstream_logging; server {...

0

Is it possible to redirect any URLs other than example.com (e.g. example.com/assets/, example.com/made-up-filename.ext, example.com/includes/, example.com/a/random/made/up/path/, etc), whether or n...
Roccoroch asked 25/1 at 11:26

5

Solved

I have build a web3 application using chakra-UI and three.js. I have added a metamask integration to the website, which helps to mint the NFTs on smart contract. When I do, npm run dev On my machi...
Audio asked 7/3, 2022 at 8:58

6

Solved

I'm trying to use nodemailer(npm package) in my node app to send email through the contact page. It is giving me this 535 Authentication Failed error while I can assure you that my email and passwo...
Adviser asked 31/1, 2021 at 19:45

3

Solved

First of all, I know the question is badly formulated. I can't think of any thing to describe the situation as I'm a beginner. So when on cmd we type npx create-react-app myapp, this sets up the re...
Atypical asked 31/1, 2020 at 21:30

8

Solved

Please fix my problem. It works when I try more than 50 times. Now it does not work I try 100+ times. I start this -> strapi new server � Starting to create your Strapi application. ? Choose y...
Cyzicus asked 15/6, 2019 at 9:56

9

Solved

I ran the php server on cmd using php -S localhost:8080, like this: And I got this problem opening the localhost: What do I supposed to do?
Ind asked 30/6, 2016 at 13:30

4

Solved

Both my device and the host through which i'm trying to access are in the same subnet. Scenario: I have a switch and a server in same subnet. I have to access switch using ipv6 link local address...
Altimetry asked 25/7, 2017 at 9:47

3

Solved

I have two devices that I use as MySql server and Django server. My system, which works on my development device, becomes inoperable when it switches to other devices. Settings on 192.168.3.60: DAT...
Griqua asked 24/7, 2021 at 5:33

3

Solved

We are using Django as backend for a website that provides various things, among others using a Neural Network using Tensorflow to answer to certain requests. For that, we created an AppConfig and ...
Diakinesis asked 30/11, 2020 at 11:0

© 2022 - 2024 — McMap. All rights reserved.