Stripe and others errors
Unanswered
Sloth bear posted this in #help-forum
Sloth bearOP
Hello ! I have lot of problems in my app :
First I have a Stripe error :
1 of 1 error
Next.js (14.2.15)
Unhandled Runtime Error
Error: Neither apiKey nor config.authenticator provided
Source
src\lib\stripe.ts (3:23) @ eval
1 | import Stripe from "stripe";
2 |
4 | apiVersion: "2024-09-30.acacia",
5 | typescript: true,
6 | });
Call Stack
Show collapsed frames
And I have configured my APIKey
And others erros in a file. Please help me ! Thanks
First I have a Stripe error :
1 of 1 error
Next.js (14.2.15)
Unhandled Runtime Error
Error: Neither apiKey nor config.authenticator provided
Source
src\lib\stripe.ts (3:23) @ eval
1 | import Stripe from "stripe";
2 |
3 | export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY ?? "", {| ^
4 | apiVersion: "2024-09-30.acacia",
5 | typescript: true,
6 | });
Call Stack
Show collapsed frames
And I have configured my APIKey
And others erros in a file. Please help me ! Thanks