Please enable wasm_fdw extension for project <PROJECT_REF or https://<your>.supabase.co>
Hi Supabase Support —
My project currently has
wrappers
and supabase_vault
installed (see attached SQL output),
but creating the Clerk foreign data wrapper fails with:
Failed to create Clerk foreign data wrapper: function wasm_fdw_handler() does not exist
ERROR: extension "wasm_fdw" is not available
DETAIL: Could not open extension control file ".../extension/wasm_fdw.control": No such file or directory.
The Clerk wrapper requires the wasm_fdw
extension (docs: https://supabase.com/docs/guides/database/extensions/wrappers/clerk).
Please enable/install the following extension(s) for my project (or tell me what plan/region requirement blocks this):
• wasm_fdw
• (wrappers & supabase_vault are already installed, confirmed in my SQL output)
Project: <PROJECT_REF or https://sxrjcdmfktrtvldgarkn.supabase.co>
I need this so I can create the Clerk foreign data wrapper and foreign table (clerk_users).
If this requires a plan upgrade, please confirm exact plan/region/prerequisite steps.
Thank you,5 Replies
This is not support and the forum is not monitored regularly by Supabase staff.
Make sure your wrappers extension is installed in extensions.
I just tested on a new instance and don't get an error.

yes, wrapper extension is installed and works fine, however that doesn't seem to be the issue, i don't have the wasm_fdw extension

I assumed that was part of wrappers hence wanting to make sure wrappers was not just installed but installed in the correct schema.
I don't see the wasm_fdw "extension" as part of my instance and it installed a clerk fdw (but I just put in garbage credentials).
