Ipfs & Orbitdb version compatibility issues with React App

166 Views Asked by At

Recently i used [email protected] , [email protected] . [email protected] packages in nodejs application. It works fine and all packages integrated successfuly and worked perfectly. But due to business logic i need to shift on React, for this i use [email protected] , [email protected] . [email protected] versions but ipfs gives error "There is already a transport with this key" ... I tried to resolve but failed. Then i switched to [email protected] (latest) , [email protected] . [email protected] versions it resolved "There is already a transport with this key" error but when create orbitdb by using let db = await orbitdb.keyvalue("orderbook3", access); it throws error " Arguments to path.join must be strings" .

I think there is only version compatibility issues regarding ipfs and orbitdb. Suggestions are required

1

There are 1 best solutions below

0
On

BY using updated version of orbitDB 0.20.0-rc1 . Problem fixed.