We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966b3bb commit b3efcc3Copy full SHA for b3efcc3
1 file changed
clients/trieve-shopify-extension/app/routes/_index/route.tsx
@@ -3,6 +3,7 @@ import { validateTrieveAuth } from "app/auth";
3
4
export const loader = async ({ request }: LoaderFunctionArgs) => {
5
const url = new URL(request.url);
6
+ console.log("Recieved root request for", url);
7
if (url.searchParams.get("shop")) {
8
// call validateTrieveAuth here to ensure the user is authenticated
9
// The first time this gets called it will create a new dataset,
0 commit comments