Closed expede closed 3 years ago
Yeah that's weird, that string points to the ipfs id that isn't used anymore.
Can you replace the console.debug
statements with a call to a function that checks if cs.debug
is truthy like the other debug statements? Other debug statements look like → if (cs.debug) console.log( ... )
I can also get that in later today if you prefer that.
Yep sure thing 👍
@icidasset better?
Perfect thanks! Will deploy in a bit.
I'm getting what I can only assume is gibberish from the Firefox debugger:
That string does exist in the project, but tracing through the code it shouldn't be plugged into that spot. Considering this works browser-to-browser, I'm assuming that this code actually works, but I need to figure out which bit is getting stuck.
I've gone oldschool and added some
console.debug
s to the code to try to help me trace through what's happening with linking.I'm also open to any suggestions that you may have 🙏