You may need an additional plugin to handle "https:" URIs. How do I fix this

https://esm.sh/@supabase/supabase-js@2
Module build failed: UnhandledSchemeError: Reading from "https://esm.sh/@supabase/supabase-js@2" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "https:" URIs.
Import trace for requested module:
https://esm.sh/@supabase/supabase-js@2
./config/supabaseClient.js
./app/waitlist/page.jsx
⨯ external "https://esm.sh/@supabase/supabase-js@2"
The target environment doesn't support dynamic import() syntax so it's not possible to use external type 'module' within a script

Import trace for requested module:
external "https://esm.sh/@supabase/supabase-js@2"
./config/supabaseClient.js
./app/waitlist/page.jsx
⨯ external "https://esm.sh/@supabase/supabase-js@2"
The target environment doesn't support dynamic import() syntax so it's not possible to use external type 'module' within a script

Import trace for requested module:
external "https://esm.sh/@supabase/supabase-js@2"
./config/supabaseClient.js
./app/waitlist/page.jsx

How do I fix this
Was this page helpful?