Reapit Foundations
View on GitHub
  • Home
  • APIs
    • REST API
    • Webhooks
    • GraphQL
    • Reapit Connect
    • Desktop API
    • Notifications
  • Developer Portal
  • Listing your App
    • App Permissions
    • App Listing Review
  • App Development
    • Developer Guidelines
    • Usage Guidelines
    • Elements
    • Vite Template
    • Create React App Template
    • Connect Session
    • Foundations TS Defintions
    • Login With Reapit
    • Contributing
    • Website Development
    • IaaS (Coming Soon)
      • 🖥️Developer Portal (Beta)
      • đź’»CLI (Beta)
  • What’s New
  • Platform Glossary
    • Permissions
  • Developer Terms and Conditions
  • Troubleshooting
    • Accessing Customer Data
    • Authentication Issues
    • Reapit Connect
    • REST API
  • Development Requests
  • FAQ's
    • Reapit Connect Emails
  • Help
  • Reapit Connect Updates
Powered by GitBook
On this page
  • Reapit Connect
  • Error: “Redirect Mismatch”
  1. Troubleshooting

Reapit Connect

PreviousAuthentication IssuesNextREST API

Last updated 8 months ago

Reapit Connect

Error: “Redirect Mismatch”

  • Check you have provided the correct Redirect URL(s) and Sign Out URL(s) on your app listing under the 'Authentication' section. When a user logs in, Reapit Connect will need to know where to direct the user. This is your Redirect URL(s). Reapit Connect will also need to know where to route your user if they logout. This is your Sign Out URL(s).

To test your application locally, you can provide the following (example):

Redirect URI: http://localhost:8080

Signout URI: http://localhost:8080/login

For more information on Reapit Connect, please .

click here