`supabase:wrappers/http@0.2.0` implementation not found

Hey there, I'm currently trying to implement the Paddle extension into Supabase Cloud (i was trying before in the supabase cli and got the same result) and I got this error.

ERROR:  HV000: wasmtime error: component imports instance `supabase:wrappers/http@0.2.0`, but a matching implementation was not found in the linker


I was following this guide and the error pops up until i run
import foreign schema paddle from server paddle_server into paddle;

https://supabase.com/docs/guides/database/extensions/wrappers/paddle#enable-wrappers
Was this page helpful?