10,236
questions
0
votes
0
answers
15
views
Issue with storing a text value in React on client side to then retrieving it on server side
I have an app that runs on http://localhost:3000/
In first page.tsx a user selects a category and is redirected to second page.tsx.
I want to store the selected category name here or in second page....
0
votes
0
answers
15
views
Website on local machine doesn't run and redirects to phpmyadmin page
I took a full backup(including a partial backup of the 2 databases) of a site using Cpanel and downloaded it to my local machine and tried to run it using xampp
I have connected the databases and ...
-3
votes
0
answers
17
views
powershel terminal issue in vs code [closed]
when I turn npm parcel index.html it's giving me a link to the local host server but the page isn't showing the changes I make after saving the js file which is being used
I've tried using live server ...
2
votes
1
answer
39
views
API Call succeeds on localhost but fails in production
I have a Laravel 10 app running on php 8.2. Now i am facing difficulties with an api call in production. Just to clarify: the api works fine, it is one specific route causing problems.
This is the ...
-1
votes
0
answers
27
views
Installing Wikimedia on mac [closed]
Please be patient with me, as I dont understand the "tech language" and my knowledge on tech and programming is on a minimum. Yesterday was actually the first time I used Terminal on my mac.
...
-1
votes
0
answers
23
views
How to access a localhost locally on network if its hosted on a VM [closed]
So I am hosting a certain website in a VM ubuntu 24.04 however if I type in the ifconfig adress of my computer it will only give the XAMPP hosted adress and not the apache hosted of the VM hosted ...
0
votes
0
answers
46
views
CORS Error with Delete Functionality on Live Server: Works Locally but Not on Live Laravel Website
I’m working on a Laravel project where users can delete reviews through their dashboard. The delete functionality works perfectly in localhost, but after deploying the application to my live server (...
0
votes
1
answer
48
views
What do I need to do to make a Docker-hosted local website available through localhost?
I've been hosting this website on my localhost using Docker for 2 years now. I had the bright idea to install IIS for another project, which took over the localhost.
I've turned off the WAS and W3SVC ...
0
votes
0
answers
37
views
Laravel: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) despite correct .env configuration [duplicate]
I'm currently working on a Laravel application hosted on a shared server. I have configured my .env file with the correct database credentials, but I keep encountering the following error:
SQLSTATE[...
0
votes
0
answers
38
views
Browser Not Prefilling Saved Credentials on Localhost Until Click in Login Fields
I'm developing a web application on localhost and testing it in Brave browser. I've noticed that the saved username and password fields in the login form do not pre-fill automatically when the page is ...
-1
votes
0
answers
10
views
Send an http request from django server inside docker container to another server that is located on localhost not inside docker [duplicate]
I have a django project inside docker container. I have several containers for backend, frontend, redis, celery and db thar are served by docker compose. I need to send an http request made by python ...
-1
votes
1
answer
70
views
Is it possible to change the host for a localhost server?
Lets say I want to have a friend run my project that runs web sockets and a few other local servers on my network so me and my other friends can test my project. If the friend who hosted the web ...
0
votes
0
answers
20
views
PWA app running in localhost keeps looping when launching from Android Emulator browser
I developed a PWA app using React which is protected by Azure B2C authentication and also has integration with application insight. When I debug the app in windows localhost, it launches fine without ...
-2
votes
0
answers
17
views
when i try to show the picture on the page i find (not allowed to load local ressources) on the localhost(xammp) , If you have any idea , tell me [duplicate]
<aside>
<div id="div">
<img src="C:/Users/PC/Pictures/Html_Pics_Projects/students.png" alt="Website-Logo" width="...
0
votes
0
answers
11
views
Rendering Google Ads in localhost Gatsby.js project
I'm working on a Gatsby.js project that displays ads correctly in production, but not in localhost.
An iframe is supposed to be inserted into the Ad component via a script that is generated by the '...
-1
votes
1
answer
50
views
php localhost can see file on separate drive but cannot display it [duplicate]
been banging my head against the wall for a couple days trying to figure this out. Building an app intended to only run on localhost. I am on Windows 10 with Apache and PHP 8.1 installed, with the ...
0
votes
0
answers
23
views
Redis connection is slow with localhost and very fast with localhost ip: 127.0.0.1
My codebase is in python. And this is how I access redis.
import os
import redis
from dotenv import load_dotenv
load_dotenv()
host = os.getenv("REDIS_HOST")
port = int(os.getenv("...
-1
votes
0
answers
18
views
Unable to access React app on localhost:3000, after created the image and container
I'm trying to run a React app in development mode using Docker. I've created a Dockerfile that builds the image and starts the development server. However, I'm unable to access the app on localhost:...
0
votes
1
answer
21
views
Geolocation not working when accessing localhost using mobile browser
I'm creating a react app using react-hook-geolocation to get my gps location. It works fine when I tried to access using my development machine(Eg: localhost:5173).
But when I try to do the same using ...
0
votes
0
answers
26
views
Auto redirect me to /build "domain.com/build" in laravel 11 and vue.js 3
after run npm run build and open localhost:8000 auto redirect me to localhost:8000/build
vite.config.js :
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
import vue ...
0
votes
0
answers
7
views
how do i integrate apache web server in xampp on my new macOS system ? can anyone guide me with a proper steps
I got no results shown for localhost webserver on xampp after installing the application, tried many times to restart the server again and again but still, even after following steps to create a ...
0
votes
0
answers
67
views
Application dependencies are not up to date. Run "php bin/console dependencies install" in the glpi tree to fix this
hey guys please I have a Question So I've been uploaded the GLPI Script and I've been create a database also users and when I Want to do the instalation of glpi in my local host I see this problem ...
1
vote
1
answer
29
views
Front-end and Server connection issues when accessing from another device
Okay so guys, I created a small note taking web-app on MERN stack. The front-end is running at localhost:3000, and the backend is running at localhost:5000, I am getting all the requests and response ...
0
votes
0
answers
25
views
Google OAuth via Server is working fine on local server with microservices architecture in spring boot but it does not works on staging server
I am facing an issue while testing Google OAuth via Server in staging server while using spring boot microservices architecture but it works fine with the local server.
In my Google Console redirect ...
-1
votes
1
answer
41
views
Unable to rewrite URL on IIS, getting 404.4 error
I'm encountering an issue with IIS where I'm unable to rewrite URLs. I have proxy enabled, and my SSL certificate is working correctly. and I'm pretty sure I have all the necessary modules installed. ...
0
votes
0
answers
10
views
How do I write tests to compare my .NET WebAPI endpoint results with legacy endpoints running on http://localhost
I've tried setting up this test class
using Newtonsoft.Json.Linq;
using Xunit.Abstractions;
namespace ApiComparisonTests
{
public class ApiComparisonFixture : IClassFixture<...
0
votes
0
answers
26
views
"NoBrokersAvailable" error when attempting to stand up a Kafka producer with Python using Kafka in a Docker container
I'm working on macOS, and have the following docker-compose.yaml to get Kafka up and running:
version: '3'
services:
kafka:
image: 'bitnami/kafka:latest'
container_name: kafka_broker
...
0
votes
1
answer
45
views
Python MySQL can't connect for unknown reason
When I try to use python to connect to my MySQL database, an error shows for an unknown reason:
dTraceback (most recent call last):
File "/usr/local/bin/flask", line 8, in <module>
...
0
votes
0
answers
32
views
My Laravel project does not load and just keeps loading
I have a very big problem
I have a Laravel project
The problem is that no matter what I do, the pages don't open for me and they just keep loading and nothing happens.
I tried all kinds of methods.
...
0
votes
0
answers
10
views
Got problem when make a localhost web into live by insert it into server
I have one system that by now is still in localhost, im using xampp and phpMyAdmin to create the system. When in localhost, the system is running properly without any error. But when i want to make it ...
-3
votes
0
answers
26
views
I can't launch a website with a php server on localhost [duplicate]
trying to launch the site via the command line (php -S localhost:4000) gives the following error:
PHP Warning: require(C:\Users\Пользователь\Desktop\Kovorkingi_ru_code\kovorkingi-site\app\api\public/.....
0
votes
0
answers
18
views
jwt cross-origin cookie is being deleted upon page reload
I am stumbling across the following problem, for which i keep finding conflicting answers. Hopefully someone can help me out.
I am running an angular(frontend) application locally, aswell a vertx ...
0
votes
1
answer
54
views
the localhost shows - This application has no explicit mapping for /error, so you are seeing this as fallback without any error and warning in the IDE
I'm trying to run the URL -' http://localhost:8080/products '
but browser is showing the following error :
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing ...
-1
votes
1
answer
30
views
Django local server deployment on windows
I have a Django project that has to be installed on local servers for multiple customers. I've looked into utilizing Docker, but I can't find any solid information about how to use it on local hosting....
0
votes
1
answer
25
views
https problem with Android application local testing
I'm trying to test my android app locally.
The app has to fetch data from 192.168.1.16.
The local server certificate is a self signed certificate, so I did what I found here and there on stackoverflow ...
0
votes
0
answers
17
views
Slow localhost response time when connected to wifi
We have a React/Django app with docker-compose at work. Any request to localhost takes 8 seconds: ab -n1 http://localhost:8080/
This is ApacheBench, Version 2.3 <$Revision: 1879490 $>
Copyright ...
0
votes
0
answers
45
views
The term 'iisexpress-proxy' is not recognized as the name of a cmdlet
NET FRAMEWORK project I wrote these steps in powershell to access Localhost from other devices (IISEXPRESS-PROXY):
npm install -g iisexpress-proxy
npx iisexpress-proxy localPort to proxyPort
Set-...
1
vote
1
answer
43
views
Changing links dynamically for locally hosted wordpress site
I'm hosting an old wordpress site locally with xampp. Most of the links are localhost/wordpress on the machine. When external traffic accesses the site they do it with IPaddress/wordpress. I've got ...
0
votes
0
answers
96
views
net::ERR_CONNECTION_RESET when trying to fetch/getting data from localhost http server
I got a http server in C++ running on my localhost to get some data transfered to my electron react frontend. Unfortunately I run into heavy issues and I tried googling all day & night. It uses ...
2
votes
1
answer
80
views
Serving html using C++ - loading page error
I was trying to serve an index.html file from the current directory (I changed it to just "Hello" for testing purposes). I see the page for a split second and then it just gives me this:
...
0
votes
1
answer
23
views
I'm trying to make an API request from my react native app. In isolation, the api works with the correct authToken but doesn't in my react-native app
Whenever I run it on my web browser, I get an error that says "Uncaught error. Failed to fetch" Here's the code that causes the problem.
useEffect(() => {
const fetchTweets = ...
0
votes
0
answers
37
views
What command do I use to run my node backend?
I have a MERN stack application from about a year ago, and I am trying to run it on my local again, but can't seem to remember what commands I used.
I managed to get the React frontend running on ...
1
vote
1
answer
64
views
how to resolve localhost not secure problem with vite?
I'm working on a personal project developed with react + tailwind + vite. in my sign-up component, I need to POST some information from the client side ( localhost:5173 ) to the server side ( ...
0
votes
0
answers
30
views
using ip address connect frontend (next.js) and backend (Laravel) in single pc
Thank you for taking time to read my question. i have frontend (next.js) project and backend (Laravel) project and i have to connect and test both in in single one pc how to do the setup please help
i ...
0
votes
0
answers
39
views
Codeigniter 3 won't show in localhost
The output when I entered localhost/[folder_project_name]
For information, this folder I've got is the source code for my project. This source code given to me from the lead. I want to make similar ...
1
vote
1
answer
40
views
Can't connect to dev server from mobile
I'm developing a web app and I want to test some features localy before pushing them to the server. Trouble is I can't seem to connect to my locally hosted Flask server from my (Android) phone. I keep ...
0
votes
0
answers
48
views
localhost:3000 not working when I start a docker container for my Rails project
I was following a tutorial on how to Dockerize a brand new Rails 7 app. I made the Docker container 'distant-mirror' Setting up the Docker container took about two hours, but now I entered in my ...
0
votes
0
answers
52
views
Getting "An error occurred: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1006)" while running a Streamlit application
I am coding a Streamlit chatbot on VSCode using Python. I am using a corporate computer on a corporate network to code this, and there are a lot of security restrictions. When I do the command "...
0
votes
1
answer
35
views
Cannot view webpage that is being hosted by localhost
I have created a webpage using react and node.js. After completing the webpage, I was able to view it initially but from a day later, i have been getting this error
ERROR.
I have tried different ...
-1
votes
1
answer
527
views
OpenWebUI + Pipelines (w/ langchain hopefully)
I'm currently at the last step of https://github.com/open-webui/pipelines, and I tried to start the server, but it says the image below as my error. I'm not sure if the server is already running nor ...