Logo-amall

Graphql stripe functions

Last active 1 months ago

3 replies

7 views

  • ED

    Hi, i'm having issues with the stripe extension. The error i get is:

    Unable to load file functions/graphql/stripe.ts as a Serverless Function
    

    I used the plugin in another nhost project some months ago and it was working after following the guide https://nhost.io/blog/open-source-stripe-graphql-api

    import { createStripeGraphQLServer } from '@nhost/stripe-graphql-js';
    
    const server = createStripeGraphQLServer();
    
    export default server;
    

    This is the simple code in the stripe.ts

  • EL

    What version of the stripe package do you use? Would you mind creating an issue at GitHub?

  • ED

    1.0.1

Last active 1 months ago

3 replies

7 views