niels
niels
Explore posts from servers
FFilament
Created by niels on 10/16/2024 in #❓┊help
$recordRouteKeyName does not apply to table row on-click and edit action
I can do
->actions([
Tables\Actions\EditAction::make()
->url(fn ($record) => static::getUrl('edit', ['record' => $record->uid])),
])
->actions([
Tables\Actions\EditAction::make()
->url(fn ($record) => static::getUrl('edit', ['record' => $record->uid])),
])
But I'm not certain if this is the correct and safe approach
2 replies
FFilament
Created by niels on 9/22/2024 in #❓┊help
How to do auth in React Native
Gonna try to figure it out with Sanctum
4 replies
FFilament
Created by niels on 9/7/2024 in #❓┊help
FIleUpload infinitely loading after "Create"
Figured it out. APP_URL env was set to http://localhost but I was using http://127.0.0.1:8000 Set APP_URL=http://127.0.0.1:8000 and now it works as expected
6 replies
FFilament
Created by niels on 9/7/2024 in #❓┊help
FIleUpload infinitely loading after "Create"
makes no difference sadly
6 replies
FFilament
Created by niels on 9/7/2024 in #❓┊help
FIleUpload infinitely loading after "Create"
It is saved to storage/app/public
6 replies
CCConvex Community
Created by niels on 8/28/2024 in #general
Preview Deployments + webhooks
Is this option available as of now? Pinning deployments so they don't get cleaned up?
4 replies
CCConvex Community
Created by niels on 7/17/2024 in #general
Securing your Convex API
Thanks, that makes sense to wrap the head around
5 replies
CCConvex Community
Created by niels on 7/16/2024 in #general
Does everything in the convex folder
amazing, thanks!
8 replies
CCConvex Community
Created by niels on 7/16/2024 in #general
Does everything in the convex folder
oh right so the path defines the generated methods
8 replies
CCConvex Community
Created by niels on 7/16/2024 in #general
Does everything in the convex folder
e.g. could you put this tasks.ts file somewhere else or not
8 replies
CCConvex Community
Created by niels on 7/16/2024 in #general
Does everything in the convex folder
No description
8 replies