what is this “scheme don’t have a registered handler” error?

I encountered the same error while working with the localhost. I was trying to redirect to localhost:3000 and I got this error flashing on my console.
It turns out that it’s because the http:// is missing from the url you’re trying to load. I’m amazed to see that no one has answered this yet.

Leave a Comment