1,830 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
84
views
SCSS / Angular 19 - Styles defined inside :host, that contain variables defined in other files don't get applied
Hello fellow developers!
I'm facing a problem to which I have no solution and I would require your aid to figure it out.
I have setup a theme.scss file inside an Angular 19 project, which contains ...
-9
votes
1
answer
89
views
How to change localhost:10005 to a custom domain (mysite.local) in LocalWP?
I’m using Local (by Flywheel) to develop a WordPress site.
When I click "Open Site", it opens the link
http://localhost:10005/,
even though my site is named MySite, and I want it to open as
http://...
0
votes
0
answers
37
views
GitLab on Ubuntu: Browser always redirects http://git.brian.dev to https://git.brian.dev
I’m configuring a self-hosted GitLab server on my laptop (Ubuntu).
My Wi-Fi IP is 192.168.x.x.
I added this line in /etc/hosts:
192.168.x.x git.brian.dev
In GitLab configuration (/etc/gitlab/gitlab....
1
vote
0
answers
106
views
Installing PWA in local network
I tried installing a PWA that I made to my android, but I can't find any way to do so as I need to host in https.
First I tried with GitHub Pages which hosts the web for me and after succesfully ...
0
votes
0
answers
40
views
java.net.UnknownHostException: No such host is known when testing DHL API using RestAssured in Spring Boot
I’m working on a Spring Boot application in Windows 11 and writing an API test using RestAssured to connect to the DHL shipping service endpoint.
Here’s the test code snippet:
@Test
public void ...
0
votes
0
answers
45
views
How to change host in react from localhost:3000 to custom
How do I set custom domain in my react project from localhost:3000? I'm using wls2 and ubuntu, in my /ets/hosts file I added 127.0.0.1 myshop.local so it looks like this
127.0.0.1 localhost
127....
0
votes
1
answer
57
views
dynamically finding SMTP Server using Email Address
I am trying to make a Python function to find SMTP host and port of an Email address
import dns.resolver
def get_smtp_host(email):
try:
# Extract the domain from the email address
...
-1
votes
2
answers
80
views
Hosting a web in local server [closed]
I built web with django, and hosted it in heroku.
Now I am working for a bank and going to build dashboard, but I can not host it on heroku. It should be in the local server only as far as I know.
Can ...
0
votes
0
answers
56
views
airbyte connection host managing when airflow is on container docker and airbyte on the loacl machine
I'm working in a project including modern data stack like airflow, airbyte and dbt. My airbyte tool is installed on local and airflow in a docker, I struggle to find the best host to set when adding a ...
0
votes
1
answer
252
views
Host monorepo with Nx on amplify
I try to follow this documentation:
https://docs.amplify.aws/react/deploy-and-host/fullstack-branching/monorepos/
These are the command I used to create Nx workspaces
npx create-nx-workspace@latest
...
1
vote
0
answers
94
views
React + Django with Docker-Compose on AWS EC2: "Invalid Host Header" When Using Domain Name
I am hosting a web application using React (frontend) and Django (backend) on AWS EC2. The application is containerized with Docker and Docker Compose. I am using Nginx as a reverse proxy to route ...
0
votes
1
answer
72
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 ...
0
votes
1
answer
63
views
Copy Folder From Docker To Server [duplicate]
I was trying to copy folder from my docker container to my server host but while doing docker cp getting below error message
message :- copying between containers is not supported.
How can I copy ...
0
votes
0
answers
171
views
--add-host option does not work in docker
I have two servers with the same operating system (OS: Ubuntu 22.04.5 LTS x86_64) and both run Docker (Docker version 24.0.7, build 24.0.7-0ubuntu2~22.04.1). I'm trying to access host web-services ...
0
votes
0
answers
74
views
How to take printscreen from Hostexplorer and paste in MS Word
Good day. I am using Host explorer version 15.0.7 and tried creating a VBA MACRO to take the screenshot from the Mainframe to MS Word Document. As I am a newbie to this Macro, I am looking for ...