netlify-plugin-no-more-404" internal error
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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