Samir Alibabic
Samir Alibabic
WWasp
Created by Samir Alibabic on 1/8/2025 in #đŸ™‹questions
SendGrid setup
Thanks for the video @Vinny (@Wasp) Did you have to setup verified domain and verified email in SendGrind for this to work?! I developed the whole thing locally while using dummy provider and now I’m trying to deploy to production but switching to SendGrid gives me a headache. Also, I notice you switched to SendGrid, but it still uses dummy locally, while for me it tries to actually use send grid on local and fails because of cors issue. What am I missing?!
28 replies
WWasp
Created by Samir Alibabic on 1/7/2025 in #đŸ™‹questions
[Error] TypeError: Module name, '.prisma/client/index-browser' does not resolve to a valid URL.
I ran into an issue after deploying to fly.io which I believe is related to Enums: [Error] TypeError: Module name, '.prisma/client/index-browser' does not resolve to a valid URL. I used something like import { PostStatus, MediaType } from '@prisma/client'; to have types on the client. Works locally though. Any help would be appreciated. What does fly do differently than when running locally?
20 replies