Problems using @apple/app-store-server-library, how do I debug?
Hi,
I'm attempting to build out the backend of an IOS app on Supabase and want to be able to verify the purchase of in-app purchases using an edge function. I have a block of code working perfectly in nodejs on my local machine i.e.,
When I go to use this library inside of an edge function I'm getting errors pop up inside of dependencies of the app-store-server-library module.
I've tried the import using the
And when i attempt to run my code I get this error
This is my first time using Deno and I'm feeling a little lost. Any help is appreciated! Thanks
I'm attempting to build out the backend of an IOS app on Supabase and want to be able to verify the purchase of in-app purchases using an edge function. I have a block of code working perfectly in nodejs on my local machine i.e.,
When I go to use this library inside of an edge function I'm getting errors pop up inside of dependencies of the app-store-server-library module.
I've tried the import using the
npm: prefix like soAnd when i attempt to run my code I get this error
This is my first time using Deno and I'm feeling a little lost. Any help is appreciated! Thanks
