Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
8 views

Nginx location block allow/deny

I've tried to find the answer in this forum, reading Nginx location priority and others, but can't get this to work. It is regarding location blocks in Nginx. I want to generally deny access to 'data' ...
jamminjames's user avatar
1 vote
0 answers
18 views

Trouble running client and server program with docker

i really dont know what to do anymore i sat down with gpt for 4 hours and at this points its just reapiting the same steps that doesnt slove my problem docker-compose file: services: server: ...
Itay Derazon's user avatar
0 votes
0 answers
26 views

Google mail does not accept or send emails from/to my SMTP server

I installed Mailcow on my server and configured it. There are no problems with other emails. https://www.mail-tester.com gives 10/10. The problem is with Google mail. If I send email to Google mail, I ...
Alexandr's user avatar
0 votes
1 answer
15 views

2 DHCP Servers over 2 Domain Controllers [closed]

We have 2 Windows DHCP XXX servers with the Controller XXX domain and two Windows Servers DCHP YYY with domain Controller YYY. My question is I want them replaced by two DHCP servers in which we find ...
Lion's user avatar
  • 1
0 votes
0 answers
16 views

When I am creating a new virtual server in my VPS server for a new website, I am facing problem in DNS configuration. How to solve it?

enter image description here enter image description here I talked to hostinger support but they are not giving proper answer, I tried to solve the issue by checking DNS and trying to auto install SSL ...
Kaushal Kava's user avatar
0 votes
0 answers
7 views

Serve multiple byte ranges with nodejs

The request to a file has header Range:bytes=0-10,20-30. Express.js, serve-static, http-server only serve first range or whole file. Is there a way to serve multiple bytes ranges with any nodejs ...
Mike's user avatar
  • 525
1 vote
0 answers
30 views

Bi-directional HTTP1 full duplex streaming on Android

I have an http1 API that I have written (in Golang) code ex here that I have gotten to work perfectly on iOS code ex here But I cannot seem how to figure out how to implement it on Android. The API is ...
StainlessSteelRat's user avatar
0 votes
0 answers
6 views

I have migrated my Bitrix24 On Premise and after migration the SSL is not working

After migrating my Bitrix24 On-Premise installation, SSL is no longer functioning. Despite having a previously valid SSL certificate, renewal/reissuance attempts using dehydrated and installing a new ...
Rogue's user avatar
  • 1
0 votes
0 answers
20 views

Unable to Connect the remote server in the production environment , Works into the local . Also same url works into the postman

I'm encountering an issue where my application is unable to connect to a remote API server in the production environment, throwing the error: System.Net.Http.HttpRequestException: Unable to connect to ...
Raju Gareja's user avatar
-2 votes
0 answers
11 views

Error reinstalling xampp after i got an issue

Translated Report (Full Report Below) Process: osx-x86_64 [3030] Path: /private/var/folders/*/xampp-osx-8.2.4-0-installer.app/Contents/MacOS/osx-x86_64 Identifier: ...
Funwi Kelsea's user avatar
0 votes
1 answer
26 views

Erlang server SQS implementation

I want to access SQS service through erlang's public library erlcloud. So far I have the following : ` -module(server). -export([start/0, loop/1, handle_sqs_request/1]). start() -> ...
soy3's user avatar
  • 1
-3 votes
0 answers
42 views

Reading and writing small-scale data from internet with Unity [closed]

I made a game using Unity, and there are levels in the game. I want to track each player's current level, so I can monitor whether my game is being played. But I can not get this data all the time, it ...
Kaan Selçuk Karaböce's user avatar
0 votes
0 answers
17 views

Installing java server on cpanel

I want to run a java code for backend in cpanel domain service but my host only supports PHP. How can I install java on my cpanel domain? I search about it on internet but I don't find anything about ...
mohammad taha's user avatar
0 votes
0 answers
14 views

The video tag does not autoplay when the source is mapped to a variable in a Blazor Server app .net 6

While using the source as a variable, the video does not autoplay. However, it works properly if the source is used directly. Project blazor server app .net 6 <video id="videoPlayer" ...
vishwanathan M's user avatar
-1 votes
0 answers
25 views

Which database (include NoSQL) is suitable for IN queries of large amounts of data [closed]

There's a scene in my job: We have a big table (in MySQL 5.7) with tens of millions rows. In some new features of our system, we must to add some new columns for it. This action will cost some seconds/...
Zhengfei Xin's user avatar
0 votes
1 answer
45 views

Cannot connect to remote MySQL server via connection string [duplicate]

I have a server running at let’s say 10.55.1.95 that runs MySQL database engine. I try connecting to it on a different server lets say 10.55.1.98 via a connection string like sql_alchemy_conn=mysql+...
Kenart's user avatar
  • 335
1 vote
1 answer
23 views

javascript express body has no contents

My problem is that req.body is returning 'Object'. In the code below I get the TypeError message. The 'req' variable seems to contain nothing. First, this is my curl testing command. I would like '...
D Liebman's user avatar
  • 347
0 votes
0 answers
30 views

VBA Excel RTD server connection Active or Not Active

I have a spreadsheet with RTD server links to a COM add-in (by a third party). A couple of times the connection has been lost and a excel dialouge box has appeared - saying "Excel has lost ...
Simon Tonkin's user avatar
12 votes
0 answers
3k views

Action Required: Apple Push Notification Service Server Certificate Update

How to Update Trust Store for APNs with USERTrust RSA Certification Authority Certificate? Apple is updating the APNs server certificates. The sandbox environment will switch on January 20, 2025, and ...
Vikram Kumar's user avatar
0 votes
1 answer
16 views

How to show alert or popup in a user event script?

I am doing item line amount validation. I want to restrict user from saving the invoice record if user adds negative amount on any of the item amount line. Is there any way to show alerts or popups ...
Maira S's user avatar
  • 13
0 votes
0 answers
12 views

Cannot get NextJs to revalidate my Path Within the API Route

I need to revalidate my path after performing logic server-side, however nothing is revalidating. Here is my server-side API within Nextjs: import { apiAuth } from '@/helpers/api-auth'; import { auth }...
user28632355's user avatar
0 votes
0 answers
23 views

Mailchimp issue production

the issue is it works fine locally and not on production i have teh same keys in local and production and also when i move config keys up and down on local the error generates on local as well for ...
Yousaf Zahid's user avatar
1 vote
0 answers
44 views

can't connect clients with server unix socket with select

I am studying sockets in C. I am trying to connect multiple client(n thread posix) to a collector process with sockets using select. I am following my professor example but I don't know why when I run ...
Domenico Commisso's user avatar
-1 votes
0 answers
21 views

Deploy Chroma on Server without Docker [closed]

Chroma documentation has provided methods of deployment on Docker or Cloud servers but I'm interested in deploying a Chroma server on my own home server and accessing it through my other home server. ...
Arash's user avatar
  • 1
0 votes
0 answers
20 views

Error: async/await is not yet supported in Client Components, only Server Components in Next.js

I’m working on a Next.js 14 project and encountering an issue where I receive the following error intermittently: Error: async/await is not yet supported in Client Components, only Server Components. ...
Vladimirs Jurčenoks's user avatar
1 vote
0 answers
39 views

Netty Server Connection Drops

I have a multiplayer game server that communicates with Unity clients using Netty as the TCP layer. At some point (usually under heavy load), my clients' connections start dropping from the server, ...
berkayk's user avatar
  • 2,388
0 votes
0 answers
33 views

Proxy server is not working with VPN in android

I am trying to create a proxy server in android that I can use to share my VPN connection with other devices connected to the same network. So one device has a VPN connection and others can connect to ...
Haseeb Hassan Asif's user avatar
0 votes
0 answers
33 views

GitHub Workflow Deployment to Windows IIS Server

I need help with a GitHub workflow .yml file. I am trying to setup automated deployments from my repository to a website hosted in IIS on a Windows Server virtual machine that is also hosted in Azure. ...
CliffAnderson's user avatar
1 vote
1 answer
36 views

Error in updating client list in server UI FXML

I'm working on a simple client-server project. The function of it doesn't really matter because I'm having a problem with the client list in my server UI. It uses FXML and has a listView to list the ...
Arda's user avatar
  • 15
0 votes
1 answer
26 views

Azure DevOps 2022 R2 Server - GIT branch read permissions

Is it possble to deny read permissions to a repository, and grant read to a branch for a user(s) and/or group(s) of a group of branches within a given path. reviewed repository security and the read ...
Grahame Horner's user avatar
0 votes
0 answers
51 views

Selenium can't find element on server, but can on local device

I'm trying to write a python script that will go to a website I host, wait for the external JavaScript file to load, and then retrieve some elements that it creates. And it works great on my machine, ...
user24067968's user avatar
0 votes
0 answers
28 views

Not Get Image from the UDP data

I send the image to my Server that can show image but i send the image correctly from the client side and i receive my file path correctly from the server side but image is not visible Here is my ...
Elon Musk's user avatar
0 votes
0 answers
35 views

Docker conteneurized React app doesn't work with keycloak on a server

I'm developing a web application with ReactJS and I use keycloak for authentication. The application works fine locally, and even when I containerize it with a Dockerfile it still works fine with ...
Kodana Adama DIARRA's user avatar
0 votes
1 answer
16 views

Nextjs actions, how to make a mongoose call from action?

and should it be done? or should the actual mongoose call of find needs to be inside route.ts file as an api and inside the action of nextjs i should make a http fetch call to this api? my problem is ...
Turing Vang's user avatar
1 vote
0 answers
28 views

How can I set my servlet as default mapping in Tomcat embedded?

I want to set my servlet as default handler at "/" in my Tomcat embedded project but it always return a 404 error on navigator. But if I set an index.html in webapp it can return and I can ...
RAZANAKOLONA Erwan-Matthieu's user avatar
0 votes
0 answers
7 views

Prebid Server sends all metrics as zeroes

I have a prebid server, which runs nicely. I have to investigate quite high number of timeouts, and I think metrics would help. The issue is, while metrics collection seems to be running (from pprof ...
Karabur's user avatar
  • 556
-1 votes
0 answers
37 views

Can’t connect to smtp host only from my laptop

I am using Plesk control panel on win server 2022 server. My domain's mail doesn't have an ssl sertificate and is running perfectly. Then I created a ssl sertificate for my mail service. Then my code ...
krmdev's user avatar
  • 1
0 votes
0 answers
19 views

Nextjs and PM2 on ubuntu server

I was trying to start my nextjs 14.2 app using pm2. at first, i tried to use: pm2 start npm --name "Next" -i max -- start command. everything is ok and it use about 70MB of ram. than i tried ...
chinzano's user avatar
0 votes
1 answer
26 views

How to get the Full Host in Server Api Nuxt 3?

I need to get the Full Host, I am creating an API endpoint at ~/server/api/test but with event on defineEventHandler is just giving me for example only localhost host but without port. I am trying ...
user28435498's user avatar
0 votes
0 answers
11 views

How to determine machine environment when running a Webpack command with a given environment parameter?

I stumbled upon an issue while determining the actual environment of the Webpack project I'm working on. When the project gets deployed to a testing or production environment, a different file path is ...
sd_master92's user avatar
0 votes
0 answers
22 views

How to Implement a Cross-Selling Component on a Product Page in Jumpseller with Unrelated Products

I'm working on implementing a cross-selling feature on my product pages in Jumpseller. The goal is to display unrelated products (e.g., showing Windows OS products on other product pages) and allow ...
Stas Pegov's user avatar
0 votes
0 answers
24 views

431 Request Header Fields Too Large

I am getting the following error while calling a rest endpoint with the following nginx configuration: # inspired by # https://stackoverflow.com/questions/42329261/running-nginx-as-non-root-user # ...
David Caro Contreras's user avatar
0 votes
0 answers
45 views

Why server give sign problem about youtube in python?

I created youtube downloader telegram bot. It work perfect on when I run it VS code. But when I run it with server (digitalocean) it give error: ERROR: [youtube] g5Qe48c_JYU: Sign in to confirm you’re ...
Rufat Shikhiyev's user avatar
-1 votes
0 answers
36 views

Apache: Sharing files between different domains but keeping some files unique to each domain

Server: Ubuntu/ApacheScenarioI have a system that is used by different domainsI would like the "core" files to be used for all domains (to make maintenance easier)However, each domain must ...
Marco M's user avatar
0 votes
0 answers
24 views

502 Bad gateway on html POST form submission

I have a Next.js website I'm trying to deploy, but the login form is broken on the production server, and whenever I submit my login information it returns a 402 bad gateway. It uses Nginx for the ...
onKtun's user avatar
  • 11
0 votes
0 answers
29 views

POSTFIX: no sasl connection cant find auth file

I'm using Ubuntu and postfix and dovecot to host a mail server. When i try and run telnet localhost 25 i get an error SASL no authentication methods. I am also using mysql to store usernames and ...
Sebastien's user avatar
0 votes
1 answer
41 views

How to configure Fishbowl Inventory with Self-Signed JKS certificate

I'm trying to configure Fishbowl Server Advanced with a JKS Certificate and it seems to not be working as expected. The software documentation here only informed to use the certificate, but won't give ...
mariohbrino's user avatar
1 vote
0 answers
13 views

Browser doesn't set cookies received from backend

I'm making a project which consist of: frontend in React - hosted on netlify.app backend in NodeJS ( ExpressJS + express-session ) - hosted on render.com Client and Server and hosted on two ...
Gbr's user avatar
  • 95
1 vote
1 answer
58 views

Python Telegram bot

I have some problems with server. import time import instaloader import requests from io import BytesIO def instagram_downloander(url, content_type): print(f"Content Type: {content_type}&...
Rufat Shikhiyev's user avatar
0 votes
0 answers
66 views

In Angular (Uncaught (in promise) Error: Access to storage is not allowed from this context.)

How To fix this error on the browser is error is on client they said the error is Cors related on my main.ts main.ts import { NestFactory } from '@nestjs/core'; import { AppModule } from './app.module'...
dox Lebumfacil's user avatar

1
2 3 4 5
504