logologo
Guide
Practice
Configuration
Plugins
Showcase
Blog
Ecosystem
Module Federation Examples
Practical Module Federation
Zephyr Cloud
Nx
简体中文
English
Guide
Practice
Configuration
Plugins
Showcase
Blog
Module Federation Examples
Practical Module Federation
Zephyr Cloud
Nx
简体中文
English
logologo

Getting Started

Introduction
Setting Up the Environment
Quick Start Guide
Feature Navigation
Glossary of Terms
npm Packages

basic

Runtime

Runtime Access
Runtime API
Runtime Hooks
Rsbuild Plugin
Rspack Plugin
Webpack Plugin
Rspress Plugin
Vite Plugin
Metro
Type Hinting
Command Line Tool
Style Isolation

Data Solution

Data Fetching
Data Caching
Prefetch

Frameworks

Modern.js
Next.js

Deployment

Deploy with Zephyr Cloud

Debug

Enable debug mode
Chrome DevTools
Global variables

Troubleshooting

Overview

Runtime

RUNTIME-001
RUNTIME-002
RUNTIME-003
RUNTIME-004
RUNTIME-005
RUNTIME-006
RUNTIME-007
RUNTIME-008
RUNTIME-009

Build

BUILD-001
BUILD-002

Type

Overview
TYPE-001
Other
Edit this page on GitHub
Previous PageRUNTIME-003
Next PageRUNTIME-005

Failed to locate remote.

  • Error Code: RUNTIME-004

#Reasons

The matching remote module cannot be found. This error may be caused by the following x reasons:

  1. The corresponding producer information is not registered with the consumer.
  2. requestId uses the wrong alias or name
  3. There is a beforeRequest hook registered and the correct data is not returned

#Solutions

There are corresponding solutions for the reasons:

  1. Check whether the producer information for this request is registered with the consumer
  2. Check whether the registered producer information (name/alias) is consistent with requestId
  3. Check whether the beforeRequest hook is additionally registered in the project, and modify the runtime plug-in of the parameters