python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Refused to load the font '<URL>' because it violates the following Content Security Policy directive: "font-src 'none'"
I have a huge problem with this error and I can't seem to stop it from showing.
*Disclaimer: I am still a junior and I am still getting to know NextJS in detail, so pardon me if made some mistakes alo...

Vasil Kostadinov
Votes: 0
Answers: 4
Stripe integration with angularjs
Currently I am using legacy checkout form of stripe ( open in popup ) in angularjs, and now I want to upgrade the stripe to version 3 with redirectToCheckout flow.
How to integrate Stripe v3 in angula...

Arjun
Votes: 0
Answers: 1
TypeError: Cannot destructure property 'line_items' of 'req.body' as it is undefined
I'm not getting any response from postman due to this error. I tried to add app.use(express.json()); in index.js but still not working. Any idea on how to solve this?
const stripeAPI = require('../str...

Kenna
Votes: 0
Answers: 2
Updated Stripe integration with MERN shopping app
I want to integrate my old legacy version of stripe which is not working now to the new updated with 3D secure way.
How should I change this code, I tried to search through YT and blogs but found none...
Ardent10
Votes: 0
Answers: 1