Gyen Abubakar
Gyen Abubakar
Explore posts from servers
BABetter Auth
Created by Gyen Abubakar on 3/9/2025 in #help
Rate Limiting in a SvelteKit app
I'm on the verge of completing a project (with SSR) for a client and want some guidance on how to prevent the entire app (not just a few sections) from being bombarded with requests. Bear in mind this is my first time building something like this, since I've been very front-end focused, so please be kind 😅. Here's my tech stack: SvelteKit, Bun, Supabase, Fly.io . I'm looking at the Better Auth Rate Limit guide but I'm not sure if it's possible to use Better Auth just for the rate limit aspect, since I'm using Supabase Auth. Ideally, I'd like a check to happen as early as possible, for example, in the hooks.server.ts file. I appreciate any help you can provide.
4 replies
NNuxt
Created by Gyen Abubakar on 10/10/2024 in #❓・help
Disable root files being copied into `/_nuxt` path
I'm getting this error:
Uncaught SyntaxError: The requested module '/_nuxt/components.json?import' does not provide an export named 'DatePicker' (at CustomersFilters.vue:12:10)
Uncaught SyntaxError: The requested module '/_nuxt/components.json?import' does not provide an export named 'DatePicker' (at CustomersFilters.vue:12:10)
CustomersFilters.vue:12 looks like this:
import { DatePicker } from '~/components';
import { DatePicker } from '~/components';
I have a shadcn-vue components.json file in the root directory and when I visit localhost:3000/_nuxt/components.json in the browser, I get the contents of the components.json file in the root folder. How do I disable this behaviour?
2 replies
NNuxt
Created by Gyen Abubakar on 9/3/2024 in #❓・help
NuxtErrorBoundary leaving a blank screen
No description
3 replies
NNuxt
Created by Gyen Abubakar on 4/3/2024 in #❓・help
Nitro: How do I pass data in a middleware to route handlers?
In Express, you can do this attaching data to the response.locals object. How do I do this in Nitro?
3 replies
NNuxt
Created by Gyen Abubakar on 4/3/2024 in #❓・help
How do you set a PostCSS parser in the `nuxt.config.ts`?
No description
5 replies
NNuxt
Created by Gyen Abubakar on 3/29/2024 in #❓・help
Nuxt HMR doesn't work for env files
When I change the value of an environment variable in my .env file, Nuxt rebuilds the project but it still uses the old env.
1 replies