vamshinenu
vamshinenu
Explore posts from servers
BABetter Auth
Created by CodingWithLuke on 2/26/2025 in #bug-reports
Getting a 404 on useSession and unable to use Svelte Store
And is this how it should be done, Because in my projects, I don’t use the auth at all, I just have the check in the page, layout server files, @CodingWithLuke
5 replies
BABetter Auth
Created by CodingWithLuke on 2/26/2025 in #bug-reports
Getting a 404 on useSession and unable to use Svelte Store
Is there a reason you would not want to use getsession() I’m hoping session data email wouldn’t change?
5 replies
CDCloudflare Developers
Created by vamshinenu on 3/11/2024 in #general-help
Are there PUB SUB in D1
Thank you
4 replies
CDCloudflare Developers
Created by vamshinenu on 3/11/2024 in #general-help
Are there PUB SUB in D1
Gotcha,
4 replies
CCConvex Community
Created by DerPenz on 8/30/2023 in #support-community
Is svelte support planned? update: its supported!
It’s crazy simple
69 replies
CCConvex Community
Created by DerPenz on 8/30/2023 in #support-community
Is svelte support planned? update: its supported!
@yarrichar did you try Lucia
69 replies
CCConvex Community
Created by vamshinenu on 10/14/2023 in #general
Hi how can we get documents based on a
what I wanted to acheive was, I have chats, and I want to pick up user profile picture, but with my current setup I am attaching image url for every message thats a lot.... and then ofc I need a userId to store on the message itself, and I am doing that, and what I was trying to do was create a user as I register them through clerk and then refer to that userID form convex and get all the users in the current chat and then get the image url from the Users in convex. and the messages, I am doing a pagination, so its 20 at a time, and was thinking to some how get image urls based on the user ID on the message -> connecting to userId on the user table in convex.
12 replies