Mehul Sharma
Mehul Sharma
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 1/30/2024 in #questions
Dynamically set page title in app router (RSC)
Thanks!
6 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 1/14/2024 in #questions
`fetch` not working in Next.js API, the strangest issue I've encountered
okay fyi this was a ME error.
4 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 1/14/2024 in #questions
`fetch` not working in Next.js API, the strangest issue I've encountered
Some more info: Hosted on vercel (pro) so there's no timeout, current function runs for 1.59s out of 20s limit. Tried it multiple times doesn't work. Fails BEFORE uploading to GCS so it's not a GCS issue. Happy to provide more context if needed.
4 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
yep, learned a completely new thing today haha thanks.
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
used git mv myFile MyFile and it worked, even without the --force flag
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
@Samathingamajig it worked! other errors happening gonna fix that, thanks!
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
but i think it will
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
fixing the casing now and redeploying
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
there's a close post
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
how do i mark the question solved?
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
thanks a lot!
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
i guess when i changed the name it didn't track it
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
exactly
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
could the error be because of filenames starting with a capital letter?
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
yep vercel
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
yep but it's private atm not sure if i have the rights to show
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
yep
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
have this:
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
in tsconfig
44 replies
TTCTheo's Typesafe Cult
Created by Mehul Sharma on 10/6/2022 in #questions
[solved] Running into build error with import even when it works locally.
unfortunately the time i created this was using create-next-app (also new to t3)
44 replies