localhost 相关问题

在计算机网络中,localhost(意味着此计算机)是给予环回网络接口地址的标准主机名。

本地主机和打开html文件的区别

使用本地主机中的服务器运行文件和打开文件(例如 file:///Users/$user_name/$your_directory/index.html)的根本区别是什么,假设没有使用后端,确实如此。 ..

回答 4 投票 0

为什么本地主机返回“502 Bad Gateway”?

当我用谷歌搜索这个问题时,我注意到这是 nginx 的一个常见问题。但我从来没有在我的机器上使用过 nginx。我使用 MAMP,偶尔使用 Python Bottle。 现在我的 MAMP/Python 是否可以服务...

回答 3 投票 0

本地主机中未捕获的运行时错误:3000

我正在使用地图 JavaScript API(谷歌 API)并在我的 React 应用程序中遇到未捕获的运行时错误。该网站似乎运行良好,因此很难知道这个错误来自哪里

回答 1 投票 0

RTK 查询命中的是 localhost 而不是 baseUrl

代码如下。我通过 Components/Pages/Scrap.tsx console.log 以下错误。 {状态:'PARSING_ERROR',原始状态:200,数据:' 代码如下。我通过 Components/Pages/Scrap.tsx console.log 以下错误。 {status: 'PARSING_ERROR', originalStatus: 200, data: '<!DOCTYPE html>\n<html lang="en">\n <head>\n <met…uild` or `yarn build`.\n -->\n </body>\n</html>\n', error: `SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON`} data: "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <link rel=\"icon\" href=\"/favicon.ico\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n <meta name=\"theme-color\" content=\"#000000\" />\n <meta\n name=\"description\"\n content=\"Web site created using create-react-app\"\n />\n <link rel=\"apple-touch-icon\" href=\"/logo192.png\" />\n <!--\n manifest.json provides metadata used when your web app is installed on a\n user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/\n -->\n <link rel=\"manifest\" href=\"/manifest.json\" />\n <!--\n Notice the use of in the tags above.\n It will be replaced with the URL of the `public` folder during the build.\n Only files inside the `public` folder can be referenced from the HTML.\n\n Unlike \"/favicon.ico\" or \"favicon.ico\", \"/favicon.ico\" will\n work correctly both with client-side routing and a non-root public URL.\n Learn how to configure a non-root public URL by running `npm run build`.\n -->\n <title>React App</title>\n <script defer src=\"/static/js/bundle.js\"></script></head>\n <body>\n <noscript>You need to enable JavaScript to run this app.</noscript>\n <div id=\"root\"></div>\n <!--\n This HTML file is a template.\n If you open it directly in the browser, you will see an empty page.\n\n You can add webfonts, meta tags, or analytics to this file.\n The build step will place the bundled scripts into the <body> tag.\n\n To begin the development, run `npm start` or `yarn start`.\n To create a production bundle, use `npm run build` or `yarn build`.\n -->\n </body>\n</html>\n" error: "SyntaxError: Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON" originalStatus: 200 status: "PARSING_ERROR" [[Prototype]]: Object 开发工具的网络选项卡中的一些调查显示 RTK查询似乎正在尝试查询 http://localhost:3000/scrape?url=https://somewebsite.com 而不是预期的终点 https://localhost:7125/scrape?url=https://somewebsite.com api/scrape-api.ts import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'; import type { scrapeModel } from '../models/scrape-model'; export const scrapeApi = createApi({ reducerPath: 'scrapeApi', baseQuery: fetchBaseQuery({ baseUrl: 'https://localhost:7125/' }), endpoints: builder => ({ scrapeUrl: builder.query<scrapeModel, string>({ query: url => `scrape?url=${url}` }) }) }); export const { useScrapeUrlQuery } = scrapeApi; 商店/index.ts import { configureStore } from '@reduxjs/toolkit'; import { setupListeners } from '@reduxjs/toolkit/dist/query'; import { scrapeApi } from '../api/scrape-api'; import scrapeReducer from './scrape'; export const store = configureStore({ reducer: { [scrapeApi.reducerPath]: scrapeApi.reducer, scrape: scrapeReducer }, middleware: getDefaultMiddleware => { return getDefaultMiddleware().concat(scrapeApi.middleware); } }); setupListeners(store.dispatch); export type RootState = ReturnType<typeof store.getState>; 组件/页面/Scrap.tsx import { useEffect } from 'react'; import { useScrapeUrlQuery } from '../../api/scrape-api'; const Scrape = () => { const { data, error, isLoading } = useScrapeUrlQuery( 'https://somewebsite.com' ); useEffect(() => { if (error) { console.log(error); } }, [data, error, isLoading]); return ( <div> <h1>I'm the scrape page</h1> {isLoading && <div>Loading...</div>} </div> ); }; export default Scrape; 在 api/scrape-api.ts 中将其更改为 scrapeUrl: builder.query<scrapeModel, string>({ query: url => `scrape?url=${encodeURIComponent(url)}` }) 希望你已经解决了这个问题,我和你有同样的问题(GH讨论),也发送一个URL到后端。 在我的例子中,请求发送到 localhost:5173(Vite 端口正在运行 React 应用程序)。 我的问题是发送原始 URL。我在我的 URL 中添加了一个 encodeURIComponent,之后请求被发送到我的 RTK api 中的指定 URL。

回答 2 投票 0

在 Azure 管道上的 Playwright 中导航到 localhost:8000 时出现 NS_ERROR_CONNECTION_REFUSED

我目前正在尝试在 Azure 管道上的 .NET 解决方案中进行一些 Playwright 单元测试。测试全部在我的机器上本地运行。但是在 Azure 管道中,测试失败。 在...

回答 1 投票 0

无法连接到mysql,请检查您的JDBC连接信息和凭据

我尝试将Dremio服务器(数据库管理软件)的docker镜像与MySQL连接,两者都在本地环境中。 无法连接到 mysql,请检查您的 JDBC 连接信息并

回答 1 投票 0

从 Android 模拟器访问 localhost:port

我正在本地计算机上运行一个 Web 服务,该服务在 localhost:54722 上运行。 我想从 Android 模拟器中运行的应用程序调用该服务。 我读到在应用程序中使用 10.0.2.2 会符合...

回答 6 投票 0

在strapi 4中设置cors

我使用 Strapi 4 作为本地主机,当我通过 url 添加新资源时,cors 设置出现问题 图像上传出现 CORS 错误访问 XMLHttpRequest at 'https://www.countrysideveterinaryclinic...

回答 1 投票 0

无法连接到文件系统。请确认您的凭据

我尝试在本地主机的 Mac 上安装 WordPress 的 Elementor 插件,但安装失败。这些是详细信息: 主机名:/Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/

回答 9 投票 0

Kubernetes - 如何在本地挂载现有的持久卷

当我使用AWS时,我可以创建存储卷并将它们绑定到kubernetes中。 我想在本地安装持久卷,以便检查卷内容并使用

回答 1 投票 0

UWP 项目无法连接到本地主机

我有一个基于 Visual Studio 2022 Enterprise 构建的应用程序。它专为 Android 和 UWP 设计。它在两个系统上都运行良好,但从昨天开始,我无法连接到我的 Xampp 本地主机服务器...

回答 1 投票 0

React.js:如何在不同端口上启动反应应用程序

我刚刚开始学习React.js并使用Create React App制作了两个项目。 现在,如果我想同时启动这两个项目,我不能,因为默认情况下两个项目都在端口 3000 上启动。 难道是……

回答 2 投票 0

表达应用响应 200,渲染时主体为空

我正在使用 Express.js 制作一个非常小的应用程序(只需注册和登录)。 当我到达 localhost:5000/api/auth/login 时,它工作正常,返回一个令牌。 但渲染上部署的版本返回 20...

回答 1 投票 0

API 调用在本地主机上成功,但在生产中失败

我有一个在 php 8.2 上运行的 Laravel 10 应用程序。现在我在生产中面临 api 调用的困难。只是澄清一下:API 工作正常,这是导致问题的一种特定路线。 这是...

回答 1 投票 0

48)地址已在使用中:AH00072:make_sock:无法绑定到地址[::]:80

当我尝试访问任何文件夹或文件时,出现 apache 错误,它返回 Http Not found 或 Forbidden 我正在尝试重新启动并启动 apache 须藤 apachectl 重新启动 输出: (48)地址已经...

回答 9 投票 0

HTTP 错误 500.0 - ASP.NET Core IIS 托管失败

我在 .NET5 上的 IIS Express 上本地测试我的新网站时遇到此错误 我已检查我是否具有所需的 dotnet 版本,并将 dotnet 路径添加到系统环境变量中...

回答 1 投票 0

我需要做什么才能通过 localhost 访问 Docker 托管的本地网站?

我已经使用 Docker 在我的本地主机上托管这个网站两年了。我有一个好主意,为另一个项目安装 IIS,该项目接管了本地主机。 我已经关闭了 WAS 和 W3SVC

回答 1 投票 0

实时服务器上的删除功能出现 CORS 错误:可以在本地工作,但不能在实时 Laravel 网站上工作

我正在开发一个 Laravel 项目,用户可以通过仪表板删除评论。删除功能在本地主机中完美运行,但在将应用程序部署到我的实时服务器之后(

回答 1 投票 0

是否可以更改本地主机服务器的主机?

假设我想让一个朋友运行我的项目,该项目在我的网络上运行网络套接字和其他一些本地服务器,以便我和我的其他朋友可以测试我的项目。如果托管网络的朋友是这样...

回答 1 投票 0

502 错误网关 - NGINX 未定义解析器来解析

我已经为多个 URL 创建了代理通行证。 听80; 听[::]:80; 服务器名称 ~^(.*)redzilla\.11\.75\.65\.21\.xip\.io$; 地点 / { 设置$instnam...

回答 2 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.