Skip to content

TI-Tokyo/svelte-stripe-sdk-errors

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published