© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3w ago•
1 reply
tim

PostgrestError is imported ... but never used & FunctionRegion, FunctionsError, ... are imported ...

🟡javascript
Any ideas where they are coming from and how to fix this? (Nuxt Supabase)

FunctionRegion, FunctionsError, ... are imported ... but never used
These come from unused imports inside @supabase/supabase-js (or a layer around it) as seen in the paths:
node_modules/.pnpm/@supabase+supabase-js@.../node_modules/@supabase/...
This is bundler/optimizer noise

devDependencies:
@nuxtjs/supabase 2.0.3
├─┬ @supabase/ssr 0.8.0
│ └─┬ @supabase/supabase-js 2.91.0 peer
│   └── @supabase/postgrest-js 2.91.0
└─┬ @supabase/supabase-js 2.91.0
  └── @supabase/postgrest-js 2.91.0
devDependencies:
@nuxtjs/supabase 2.0.3
├─┬ @supabase/ssr 0.8.0
│ └─┬ @supabase/supabase-js 2.91.0 peer
│   └── @supabase/postgrest-js 2.91.0
└─┬ @supabase/supabase-js 2.91.0
  └── @supabase/postgrest-js 2.91.0
image.png
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Cron do schedule but never execute
SupabaseSSupabase / help-and-questions
6mo ago
What TLS version is currently used?
SupabaseSSupabase / help-and-questions
3y ago
The database says its pausing but I never paused it...
SupabaseSSupabase / help-and-questions
7mo ago
❌ DEBUG: Creation Error: PostgrestError(detail: nil, hint: nil, code: Optional("42501"), message: "n
SupabaseSSupabase / help-and-questions
14mo ago