build-a-realtime-chat-app-with-remix-and-supabase icon indicating copy to clipboard operation
build-a-realtime-chat-app-with-remix-and-supabase copied to clipboard

"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production."

Open jessaleks opened this issue 2 years ago • 0 comments

There's an error I can't quite figure out.

It pops up when I try to login with GitHub, or anything.

I get

You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via window.history.pushState/window.location.hash instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.

The details are here. My repo is here.

Could anybody please take a look?

jessaleks avatar Feb 13 '23 13:02 jessaleks