Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 792 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 792 Bytes

Stripe.js SDK Integration Errors in SvelteKit

This is a reproduction repository for errors encountered whilst integrating the Stripe.js SDK with SvelteKit.

Running the Project

  1. Install dependencies:
npm install
# or
pnpm install
  1. Start the development server:
npm run dev
# or
pnpm dev
  1. Open your browser and navigate to:
http://localhost:5173
# or as shown in the terminal

Known Issues

Chrome Browser Connection Errors

The following errors appear in Chrome's console when attempting to connect to Stripe's services:

POST https://r.stripe.com/b net::ERR_CONNECTION_REFUSED

r.stripe.com/b:1 Failed to load resource: net::ERR_CONNECTION_REFUSED

r.stripe.com/b:1 Failed to load resource: net::ERR_CONNECTION_REFUSED