dijonmusters / build-a-realtime-chat-app-with-remix-and-supabase

This repo accompanies a free egghead course demonstrating how to build a realtime chat app with Remix and Supabase
https://egghead.io/courses/build-a-realtime-chat-app-with-remix-and-supabase-d36e2618
26 stars 5 forks source link

"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." #2

Open jessaleks opened 1 year ago

jessaleks commented 1 year ago

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?