question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Since Upgrade to 3.0.0 TypeError: supportedProvider.send.toString(...).replaceAll is not a function

See original GitHub issue

I just upgraded to 3.0.0 and also tested with 3.0.1 since then my app does not start up anymore.

Errors I am getting | at Object.standardizeOrThrow (/app/node_modules/@0x/web3-wrapper/node_modules/@0x/utils/src/provider_utils.ts:78:71) nftapi_1 | at new Web3Wrapper (/app/node_modules/@0x/web3-wrapper/src/web3_wrapper.ts:157:40) nftapi_1 | at new WyvernProtocol (/app/node_modules/wyvern-js/src/wyvernProtocol.ts:397:25) nftapi_1 | at new OpenSeaPort (/app/node_modules/opensea-js/src/seaport.ts:201:28) nftapi_1 | at new UpdateCollectionService (/app/src/modules/collection/service/update_collection.service.ts:32:20) nftapi_1 | at Injector.instantiateClass (/app/node_modules/@nestjs/core/injector/injector.js:329:19) nftapi_1 | at callback (/app/node_modules/@nestjs/core/injector/injector.js:48:41) nftapi_1 | at Injector.resolveConstructorParams (/app/node_modules/@nestjs/core/injector/injector.js:122:24) nftapi_1 | at Injector.loadInstance (/app/node_modules/@nestjs/core/injector/injector.js:52:9) nftapi_1 | at Injector.loadProvider (/app/node_modules/@nestjs/core/injector/injector.js:74:9) nftapi_1 | at async Promise.all (index 4) nftapi_1 | at InstanceLoader.createInstancesOfProviders (/app/node_modules/@nestjs/core/injector/instance-loader.js:44:9) nftapi_1 | at /app/node_modules/@nestjs/core/injector/instance-loader.js:29:13 nftapi_1 | at async Promise.all (index 10) nftapi_1 | at InstanceLoader.createInstances (/app/node_modules/@nestjs/core/injector/instance-loader.js:28:9) nftapi_1 | at InstanceLoader.createInstancesOfDependencies (/app/node_modules/@nestjs/core/injector/instance-loader.js:18:9)

I am using HDWalletProvider as before,

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:18

github_iconTop GitHub Comments

1reaction
my9527commented, Mar 24, 2022

switch nodejs to 16.x should fixed it

0reactions
pguardiariocommented, Oct 11, 2022

Still seeing it with 3.0.2 and node v14.18.3 unfortunately

On Sun, Mar 27, 2022 at 12:48 AM robertu @.***> wrote:

works now on @.*** with Node.js v16.13.2, other deps:

***@***.***/assert": "^3.0.30",
***@***.***/subproviders": "6.6",
"web3-provider-engine": "^16.0.3"

— Reply to this email directly, view it on GitHub https://github.com/ProjectOpenSea/opensea-js/issues/430#issuecomment-1079803746, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOASJVV6IYNUHYMBNTVE5E3VB6V6BANCNFSM5QI6UGBQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Read more comments on GitHub >

github_iconTop Results From Across the Web

supportedProvider.send.toString(...).replaceAll is not ... - GitHub
After the update this error message started appearing, I dont know what to do? Any Help?
Read more >
Javascript .replaceAll() is not a function type error
When I run this, I receive Uncaught TypeError: string.replaceAll is not a function . Maybe I'm misunderstanding what a prototype is, but the ......
Read more >
Solved: "replaceAll is not a function" JavaScript TypeError
If you're seeing the error " TypeError: replaceAll is not a function ", it is likely due to the method not implemented/supported by...
Read more >
FIX: replaceAll() is not a Function In JavaScript
You will get error something like this: TypeError: replaceAll is not a function while using replaceAll() function because whatever version ...
Read more >
ProjectOpenSea - Bountysource
If I check query on following playground, it works. https://api.opensea.io/graphql. But if I integrate the graphql on my next.js project, it does not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found