netlify / netlify/plugins

netlify-plugin-no-more-404" internal error

Open
#1,416 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
99
Forks
69
Avg merge
17m
Merged PRs (30d)
1

Description

While deploying my code on netlify getting this error:
Plugin "netlify-plugin-no-more-404" internal error ​
Error message
Could not import plugin:
TypeError: Failed to parse URL from /opt/build/repo/node_modules/netlify-redirector/lib/redirects.wasm

Even I have to tried to update nelify.toml file with these details:

[[plugins]]
package = "netlify-plugin-no-more-404"

[plugins.inputs]
on404 = "error"
cacheKey = "MyCacheKey"
debugMode = true

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the deployment using the reported netlify.toml plugin configuration and inspect the netlify-plugin-no-more-404 import path through netlify-redirector/lib/redirects.wasm. Confirm whether the plugin can load without the reported URL parsing error; done means the Netlify deployment completes without this internal error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.