theturtlechief
theturtlechief
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
the css loads normally and then like snaps back to be broken @abcdef
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
any idea how to fix this?
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
thank you bro
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
so it goes
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
thats 2 days of my life
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
at least its over
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
well
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
im so fucking dumb
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
I didnt hit save
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
bruh im gonna cry
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
this is what I have
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
import { createTRPCRouter } from "npm/server/api/trpc";
import { postsRouter } from "./routers/posts";
import { profileRouter } from "./routers/profile";

/**
* This is the primary router for your server.
*
* All routers added in /api/routers should be manually added here.
*/
export const appRouter = createTRPCRouter({
posts: postsRouter,
profile: profileRouter,
});

// export type definition of API
export type AppRouter = typeof appRouter;
import { createTRPCRouter } from "npm/server/api/trpc";
import { postsRouter } from "./routers/posts";
import { profileRouter } from "./routers/profile";

/**
* This is the primary router for your server.
*
* All routers added in /api/routers should be manually added here.
*/
export const appRouter = createTRPCRouter({
posts: postsRouter,
profile: profileRouter,
});

// export type definition of API
export type AppRouter = typeof appRouter;
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
tf?
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
wait what I swear to god I was
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
@abcdef
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
i can unprivate my repo and push if you wanna see
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
hm even still though when i make the change it still bugs out
79 replies
TTCTheo's Typesafe Cult
Created by theturtlechief on 5/3/2023 in #questions
❌ tRPC failed on profile.getUserByUsername: No "query"-procedure on path "profile.getUserByUsername"
why would it throw a deprecated error on mine and not on his?
79 replies