Dale
Explore posts from serversMmarimo
•Created by Dale on 4/30/2024 in #archived-help-and-support
Weird, that isn't working. But marimo
Actually, i think this is just a cluster issue, nothing marimo related. Likely a path problem
4 replies
Mmarimo
•Created by Dale on 4/30/2024 in #archived-help-and-support
Weird, that isn't working. But marimo
I am trying to run marimo on a cluster. Is there anything you can think of that would be causing this sort of behavior? It shows that marimo is installed but
marimo
is not a command the cluster recognizes
4 replies
Mmarimo
•Created by Dale on 4/30/2024 in #archived-help-and-support
Weird, that isn't working. But marimo
Yup, that was the issue, just upgraded and now this works. Thank you
4 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
Thanks!
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
Oh I do have that. It looks like I just needed to restart VSCode
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
But not really sure why
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
Somewhere in the video, Theo mentioned that you can just run npm install in place of prisma generate to sync up the database sometimes
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
npm install isn’t enough?
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/24/2023 in #questions
t3 video tutorial typescript error
This is the error on the
ctx.prisma.post.findMany()
call
18 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/11/2023 in #questions
NextAuth and custom paths
Anybody have any ideas?
6 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/11/2023 in #questions
NextAuth and custom paths
When I click the
signin()
function it redirects properly to http://<ip address>:8000/next-api/auth/signin
but then when clicking on the "sign in with github" it redirects to http://localhost:3000/api/auth/signin/github
6 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/11/2023 in #questions
NextAuth and custom paths
Instead of
NEXTAUTH_URL=http://localhost:8000
, I am using something like NEXTAUTH_URL=http://<ip address>:8000/next-api/auth
(Note, we also are using next-api
instead of api
since we have a legacy api that we are trying to move away from)6 replies
TTCTheo's Typesafe Cult
•Created by Dale on 3/11/2023 in #questions
NextAuth and custom paths
Currently, I am trying to set up the
NEXTAUTH_URL
but it's not super straightforward how to do this?6 replies