Fade
Fade
TTCTheo's Typesafe Cult
Created by mchisolm0 on 4/18/2024 in #questions
Clerk middleware complaining on new T3 gallery tutorial
I did this in middleware.ts file
8 replies
TTCTheo's Typesafe Cult
Created by mchisolm0 on 4/18/2024 in #questions
Clerk middleware complaining on new T3 gallery tutorial
export default authMiddleware({
apiRoutes: [],
publicRoutes: ["/api/uploadthing"]
});
export default authMiddleware({
apiRoutes: [],
publicRoutes: ["/api/uploadthing"]
});
8 replies
TTCTheo's Typesafe Cult
Created by mchisolm0 on 4/18/2024 in #questions
Clerk middleware complaining on new T3 gallery tutorial
In case you face the same problem, The problem for me was 'api/uploadthing' route was protected and it took me a while to figure out how to fix that
8 replies
TTCTheo's Typesafe Cult
Created by mchisolm0 on 4/18/2024 in #questions
Clerk middleware complaining on new T3 gallery tutorial
Sorry, but I was confused at that time this was not the problem I was facing, I couldn;t verify it
8 replies
TTCTheo's Typesafe Cult
Created by mchisolm0 on 4/18/2024 in #questions
Clerk middleware complaining on new T3 gallery tutorial
I had the same problem yesterday but before I could verify another problem arised, I'll verify once it gets fixed
8 replies