Skip to content

Commit b3efcc3

Browse files
committed
feature: add console log for url
1 parent 966b3bb commit b3efcc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • clients/trieve-shopify-extension/app/routes/_index

clients/trieve-shopify-extension/app/routes/_index/route.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { validateTrieveAuth } from "app/auth";
33

44
export const loader = async ({ request }: LoaderFunctionArgs) => {
55
const url = new URL(request.url);
6+
console.log("Recieved root request for", url);
67
if (url.searchParams.get("shop")) {
78
// call validateTrieveAuth here to ensure the user is authenticated
89
// The first time this gets called it will create a new dataset,

0 commit comments

Comments
 (0)