Did you understand the instructions? Understand instructions?
All I'm trying to do here is to be able fetch paypal_api_key from backend api something like: app.get("/api/keys/paypal", (req, res) => { res.send(process.env.PAYPAL_CLIENT_ID || "sb"); }); frontend side: const loadPaypalScript = async () => { const { data: clientId }…