Localhost Questions
Ad
Keep getting "Proxy error: Could not proxy request" error after adding proxy to react package.json
I am following this basic guide to set up a local dev environment with both react and node running. i am stuck after adding a "proxy":
Can't get local file test.txt using http://localhost:8080/test.txt
I've got a server running on localhost:8080, and my files are arranged like this: /test server.js
Is it possible to point a local instance IIS to a shared windows file server as the home directory?
I'm just beginning work with iis, .net, etc. so i apologize if any of this is unclear. i recently installed a local instance of iis and it's up
Running jupyter notebook from web server on ipad localhost
I'm using blink on my ipad pro to ssh to my digitalocean ubuntu web server and run jupyter notebook. i can ssh just fine, and can run
Laravel 6 upload_max_filesize , i just want to upload 5mb file size
$validator = validator::make($request->all(), [ 'thumbnail' => 'max:5048', ]); thats my
React.js : How to start a react application on a different port
I just have started learning react.js and made two projects using create react app. now if i want to
ECONNREFUSED on running localhost server from NodeJS
I have a nodejs server up and running on my local machine that is listening to port 50000. from another server, that is also running on my local
Understanding HTTP chatter between TypeScript BotFramework & Emulator
I'm working with microsoft's virtual assistant bot framework solution in typescript and using the bot framework emulator to test it locally.
Connecting to MySQL database from a different network?
I've created a database using microsoft azure portal (mysql database). currently i'm using php to
Insert image in database using faker library
Factory class $factory->define(product::class, function (faker $faker) { return [ 'image' =>
Ad
I wrote code exactly how the tutorial shows and it doesn't work
So i wrote all the code exactly shown(with all the correct path urls based on my computer) tutorial from this youtube site:
Unable to connect to a local mysql server in flutter
In my flutter project i use "mysql1" package to connect with a mysql server, i tried it with an online server and it worked good.
empty response error in react-native android app while using epubjs with http://localhost:3456/fileName/
I'm currently working on react-native project and building simple app for reading books. and i'm using "epubjs" and "react-native-static-server"
Memory Allocation, Bytes Exhausted PHP/LARAVEL
Hey guys, i am developing a system using laravel
Node js port is already in use
When i start my webserver, node throws listen eaddrinuse: address already in use :::3000, i tried to use netstat and search for 3000
Getting Error When I Start multiple select query inside loop TimeoutError: ResourceRequest timed out
i'm using nodejs express framework. i'm using mysql database with sequelizejs library and using querying for retrieve data.
How to Fix react cors error in localhost?
I'm working on a react app. where i'm requesting for an api by axios. but when i run npm start to test my app in localhost i'm getting cors error.
Did Not Connect: Potential Security Issue laravel localhost on mac
I created the virtual host in xammp and i got this message from firefox did not connect: potential security issue
Connecting my Python backend with my Flutter Frontend using Flask
So currently i am trying to learn how to connect a flutter front end with a python backend using flask and i am making a basic project where you
Webpack-dev-server shows full app with proper routing, but routing doesn't work on localhost
I am working on what should be a simple react application for a company (so i can't post very much code), and have been using webpack-dev-server
Invalid SSL certificate in Android from a local server / host
I have a local server (ubuntu, nginx), which has a self-certified certificate installed. i have added the certificate to keychain access (on my
Ad
XMLHTTPRequest not working on server on localhost
I'm developing a node.js restful server for home use on a rpi with raspbian, and for testing, i've created a test html
Cannot fetch resource from one localhost server to another
I have two servers, one of them is webpack server for react (localhost:3000), and another one is for express server
Simple communication between two node.js application over a local network
I'm writing an app (with nwjs) that i'm running on both my laptop and my pc. what could i use if simply want to exchange some data between those
Redirect to external urls does not work in Laravel 8
I'm kind of new to laravel, when i try to redirect to an external url i get a blank page. i running the laravel on my local machine. this
JsonWriter POST not working in Android to WCF web service
I would like to know anyone has a sample code on how to use jsonwriter to post json data to wcf web service from android? i tested my wcf with
Browser keeps "waiting for localhost"
In my index.js file: const express = require('express'); const router = express.router(); // do work here router.get('/', (req,
ReactJS: How to deploy on local server
I have a web app developed with a nodejs + express + graphql + mongodb back-end and a reactjs + apollo front-end. i would like to deploy this
Local Host is not sending any data
Whenever i ran this node server on port "8000"
My localhost doesn't refresh, it only refreshes when I restart my computer
I am hosting a node.js file using the terminal on my mac: cd /users/bobboekel/desktop/exploration node
Failed to create server socket when run flutter web application
Im working on a flutter project. its run perfectly on android emulator but when i want to run as web application i face to this problem:
Loading html page on nodeJS won't load until keyboard interrupt
I am new to nodejs. i am trying to load an index.html page onto my 8080 port and have this: var http = require('http'); var fs =
Ad
How to test api calls from flutter app to localhost service?
I'm trying to understand how to test http calls from my flutter app (which is running in an emulator) to my backend service, which is running in
Expose node js app with host as localhost on kubernetes
I have spent whole day looking for an answer why my node js app is not reachable from the internet when i run it on kubernetes with loadbalancer
Axios with heroku
When i use axios on localhost i use it like this axios.post('http://localhost:5000/action', { data: data }) but it doesn't works on
How to test integrations between local environment and external services (webhooks)
Since i started to develop web applications i always found very annoying to inspect external services requests and test my application with
laravel virtual host setup not showing front-end
I have a new laptop, and am now trying to run a laravel application. first, am trying to setup a virtual host for the project so that i can access
Connect with api in localhost AsyncHttpClient client
My fragment public class usuariofragment extends fragment { jsonobject usuario; view v; string nombreusuario;
NativeScript, Android - connection to localhost fails
I have problem with connecting to localhost on my android emulator. i have created rest node server: ... app.listen(80, () =>
Impossible to connect to database in host with php
Hello guys i'm developing a small web application with php in which i can log in and add some things to the db, everything works fine in my
Exporting a database in phpmyadmin fails (localhost)
When i try to export a database sql file in phpmyadmin it fails. i get the following error: "your output is incomplete, due to a low execution
Remove /#/ in url ReactJS
I use reactjs to create app, when i start app with yarn start, app will run with url: localhost:3000/#/dashboard. now, i
Ad
How to migrate prestashop 1.6 from server to localhost?
I know this question is very popular on many forums. but i think have tried all i know about this, without success :( i can login to the
Lack of access to localhost laravel project API route in android studio
I have a laravel project contains an restfull api. i want to access to this api from android studio. i use retrofit
CherryPy Hello World error
When i am running cherrypy hello world: import cherrypy class helloworld: def index(self): return "hello world!"
Get Access Token with REST API in flutter/dart
I cannot take access token with this getdata() function, it return "bad request - invalid hostname". how can ı fix this problem ? am ı change
Fetching API data on localhost with VueJS
So this is my function, really simple: mounted: function(){
Run VueJS app on Localhost
I've bee trying to run a simple vuejs application built with vue cli/webpack into my localhost without having to use npm run dev, but only by
My codes don't apply until I press Ctrl+F5, and sometimes don't work eitherly
Please help me on this, when i code (html, sass/css, javascript), the changes don't apply until i press "ctrl+f5" it happens every time
laravel app won't appear on localhost
I am having issues with my xampp and locahost and laravel projects. when i create a new laravel project: composer create-project --prefer-dist
http request not processing while emulating or running on real device mode but works fine with emulator
In my flutter application, i have user registration form which sends the data to an server using http request. whenever i submit the form
CSS not loading with Ngrok and Wordpress
Hello i'm using wordpress relative path plugin to access the website from my mobile device, but the website css is not loading properly. i tried
Set up WordPress in a pc running XAMPP and IIS
I'm trying to install wordpress on my laptop i've already installed xampp and have apache and mysql running, i downloaded wordpress and extracted
Ad
Can't enter in my wordpress localhost, getting errors because of custom plugin
I uploaded custom plugin in my wordpress localhost, after i activated it i've got an error: fatal error: cannot redeclare
Failed to connect to FTP Server on XAMPP (Mac)
I have installed xampp and wordpress, which i run on my local host. when i try to make changes, eg. remove plugins it keeps asking me for the
$row error keeps saying undefined? I cant find the mistake
<?php $con = mysql_connect("localhost","root"); if (!$con) { die('could not connect: ' . mysql_error()); }
How to optimize my codes to make it faster and more user friendly?
<div id="database"> <form action="http://localhost/database/edit.php" method="post"> <br>please enter the id of item
Can i mirror the console output to a website?
Is there any way i can mirror the console output to localhost in java and maybe even add some nice css to it. it would be cool if the console
How to quickly import a large CSV file into database
I have a 300mb csv file and i need to import it to my localhost database. i have changed upload_max_filesize and post_max_size in php.ini.
How to migrate WordPress from live to local?
Its common to find explanations on how to migrate wordpress sites from local to live, but what about the opposite? i have a live website and i
Connecting to MySQL Database with Code Hosted Locally
When i try to run working php code on my localhost instead of the web server, i am getting a connection error. warning:
Cannot access http://localhost:3000
I am trying to learn ruby on rails, i have followed the instructions from this
Unable to Connect error with Zend_Rest_Client on localhost
I am using zend_rest_client to connect zend_rest_server, everything seems to be alright, but when i try to
Nod32 causing LocalHost (ASP.NET Development Server) "Connection Interrupted" Problem
I'm quoting myself on a previous question i asked to further explain: "i'm trying to run a freshly created asp.net website using c#,
Ad
What could cause "Connection Interrupted" on LocalHost when debugging in ASP.NET
I'm trying to run a freshly created asp.net website using c#, however when i do so it launches firefox and attempts to connect to
Is it possible to make part of a site on IIS only viewable from localhost?
We've got a webserver running iis. we'd like to run maybe a shared blog or something to keep track of information. because of security issues,
How can I browse my Tomcat localhost from another computer on the network?
I'm an iis guy and know its as simple as just using the http://[computername]/path to
Can't connect to MySQL server on 'localhost' (10061)
I recently installed mysql 5 on windows 2003 and tried configuring an instance. everything worked fine until i got to "applying security
Is the host localhost always available for the own system?
Is it always possible to ping localhost and it resolves to 127.0.0.1? i know windows vista, xp, ubuntu and debian do it but does everyone
How to move laravel project to localhost in ubuntu?
I know that what i am gonna asking question that is very easy but i am new to ubuntu and localhost services as well.so help me out from my
guzzle exception with .localhost domains
On my local machine i have two services (in laravel 5): userbox and mailbox. mailbox use userbox during login using library
How to point to localhost:8000 with the Dart http package in Flutter?
I'm following the flutter networking/http tutorial to do a get request to a server
why is apache virtual server is not running
I'm trying to make a virtual server on my apache server to work with a laravel application: i made a conf file name "brk.localhost.conf"
URL not found on localhost with WAMP
I've always been using xampp for localhost but recently i had problems with the ports and tried to run the localhost with wamp server. everything
Running node.js on a website but not on localhost
I made an online multiplayer game. i works perfectly when i run it with node.js command prompt on localhost:3000. but when i try to run it on the website it is not doing
Ad
Blog Categories
Ad