Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 780 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 780 Bytes

Safari loop error

Follow these steps to reproduce the Safari loop error:

  1. Clone the repository:

    git clone https://github.com/javialon26/react-router-oidc-safari
  2. Install dependencies:

    pnpm install
  3. Set up environment variables:

    • Copy the example environment file:
      cp .env.example .env
    • Fill in the required information in the .env file and save it.
  4. Build the application for production:

    pnpm build
  5. Run the preview server:

    pnpm preview
  6. Open Safari and navigate to the application:

Make sure to follow each step carefully to reproduce the error.