diff --git a/app/features/sendouq/loaders/q.looking.server.ts b/app/features/sendouq/loaders/q.looking.server.ts index 789401800..e9607cc40 100644 --- a/app/features/sendouq/loaders/q.looking.server.ts +++ b/app/features/sendouq/loaders/q.looking.server.ts @@ -24,10 +24,12 @@ export const loader = async ({ request }: LoaderFunctionArgs) => { : SendouQ.lookingGroups(user.id, privateNotes); const ownGroup = SendouQ.findOwnGroup(user.id); - sqRedirectIfNeeded({ - ownGroup, - currentLocation: "looking", - }); + if (!isPreview) { + sqRedirectIfNeeded({ + ownGroup, + currentLocation: "looking", + }); + } return { groups: