You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to use adyen nodejs library in edge runtimes, for example Vercel (Next.js). Unfortunately, some functions in Adyen nodejs library cannot be used in edge runtimes. For instance, node:crypto package is not available and global crypto should be used instead.
Describe the solution you'd like
Make sure all apis are compatible with edge runtimes (Web API).
Hi @mmiszy ,
Thanks for requesting this feature.
If I understand correctly, we would have to move to Node version greater than or equal to 19 in order to ensure a global crypto object is available.
This migration is currently not on our roadmap.
Is there any other way we can accommodate for the features you require?
Kind Regards,
Wouter
Adyen
DjoykeAbyah
changed the title
[FEATURE] Compatibility with edge runtimes (Web API)
Compatibility with edge runtimes (Web API)
Jun 6, 2024
DjoykeAbyah
changed the title
Compatibility with edge runtimes (Web API)
ECP-9266 : Compatibility with edge runtimes (Web API)
Jun 6, 2024
DjoykeAbyah
changed the title
ECP-9266 : Compatibility with edge runtimes (Web API)
Compatibility with edge runtimes (Web API)
Jun 7, 2024
Is your feature request related to a problem? Please describe.
I'd like to use adyen nodejs library in edge runtimes, for example Vercel (Next.js). Unfortunately, some functions in Adyen nodejs library cannot be used in edge runtimes. For instance,
node:crypto
package is not available and global crypto should be used instead.Describe the solution you'd like
Make sure all apis are compatible with edge runtimes (Web API).
Additional context
The text was updated successfully, but these errors were encountered: