worldcoin / developer-portal

The Worldcoin Developer Portal provides tools to interact with the Worldcoin SDK. Easiest way to get started with World ID.
https://developer.worldcoin.org
MIT License
60 stars 33 forks source link

fix: link prefetch #572

Closed igorosip0v closed 5 months ago

igorosip0v commented 5 months ago

With prefetch, next's Link adds some query params to the URL. And, for example, the logout URL will be something like /api/auth/logout?param=value. This caused errors on the auth0 side because we need to configure callback, logout, login, etc strictly. Prefetch caused a URL mismatch.