10,121 questions
-2
votes
1
answer
97
views
Android Emulator cannot access local Laravel API – ERR_NAME_NOT_RESOLVED [closed]
I am trying to run a mobile app (Android Emulator) with a local Laravel backend, but the emulator is unable to access my local API.
Setup Details
Backend: Laravel (running locally)
Frontend: Mobile ...
0
votes
2
answers
59
views
Warning UseKestrel() port issue
Building...
✔ HTTPS configured on port 7260 using localhost certificate.
warn: Microsoft.AspNetCore.Server.Kestrel[0]
Overriding address(es) 'http://localhost:7001'. Binding to endpoints defined ...
0
votes
0
answers
64
views
Next.js dev server runs but localhost:5173 refuses connection on WSL (Windows 11)
I’m running a Next.js 14 project on WSL2 (Ubuntu 22.04) with Node.js v20 via nvm.
The dev server starts without errors and shows:
Local: http://localhost:5173
Network: http://0.0.0.0:5173
However, ...
0
votes
0
answers
32
views
I want to use ngrok's .app domain in python so I can use the whatsapp api
I'm using ngrok Free to expose a local server. The problem is that ngrok always assigns me a domain: xxxxx.ngrok-free.dev and I need the domain to be .app because WhatsApp Cloud API does not accept ....
0
votes
0
answers
149
views
Is it possible to connect to a local Python server using secure web sockets from a browser console on an HTTPS webpage?
We installed websockets for Python on macOS using this terminal command:
(.venv) a@as-MacBook-Pro dic % python3 -m pip install websockets
server.py:
#!/usr/bin/env python3
"""Secure ...
0
votes
2
answers
80
views
Show a LocalHost page when clicked on URL/123
So I know how to force a URL to localhost but it's very cringe to download the full site and show the modification I want it done on it.
So instead of copying and downloading the whole site, I want to ...
42
votes
3
answers
46k
views
Localhost applications failing after installing "2025-10 Cumulative Update for Windows 11 Version 24H2 for x64-based Systems (KB5066835) (26100.6899)" [closed]
I just installed the 2025-10 cumulative update for Windows 11 on my laptop and am now getting errors on trying to run applications on localhost. Does anybody else have the same problem and is there a ...
0
votes
1
answer
83
views
Django migrations error: psycopg2.errors.InsufficientPrivilege: permission denied for schema public. How to resolve this error?
I’m trying to run Django migrations on my local PostgreSQL database, but I’m hitting a permission error.
Setup:
Windows 10
PostgreSQL installed locally
Django project using PostgreSQL (psycopg2)
...
0
votes
1
answer
54
views
How to connect to Dask Gateway Server from inside a Docker container?
I have a method that connects my app to a Dask Gateway Server
def set_up_dask(dashboard=False, num_workers=4, min_workers=4, max_workers=50):
gateway = Gateway("http://127.0.0.1:8000")
...
0
votes
1
answer
198
views
How to redirect requests locally from one domain to another on mac
I need to test accepting requests from a custom domain to my local web server.
The idea is I have a main app domain
main-app.com
I provide a subdomain for users
user-1.main-app.com
Then the user can ...
0
votes
0
answers
117
views
Why Odoo custom module code changes are not reflected in website?
I’m building a website using a custom Odoo module. I created a hero section on the homepage, and I can see it correctly at localhost:8070.
The issue is that after making several changes and adding new ...
0
votes
1
answer
199
views
VS Code Terminal cannot resolve local ip domain
I am using VS Code Insiders for some reasons (a bug in copilot). VS Code insiders Terminal cannot resolve local ip domain.
PING 10.0.0.52 (10.0.0.52): 56 data bytes
ping: sendto: No route to host
ping:...
4
votes
0
answers
73
views
Chrome Localhost Site Data not Retained
I have been trying to figure this out for years.
I like and use Emby Media Server. It uses a web interface, residing on http://localhost:8096/web/index.htm.
In Movies, I use Folder View and to set up ...
1
vote
1
answer
167
views
React application doesn't run on localhost:8080 inside WSL
I am using WSL2 (Ubuntu) to develop a React application built using Vite. When running the npm run dev command, the terminal reports that the server is running on localhost:8080, but:
When trying to ...
0
votes
0
answers
56
views
Wagtail login downgrades to http, gives error
I am setting up a local, Dockerised version of a Django Wagtail project (which I have had running locally before). I am able to see Pages in my browser, but when I try to login (on FF, Chrome, Safari-...