-
Couldn't load subscription status.
- Fork 402
Closed
Labels
Description
Hey guys, it looks like the publishable & secret key aren't being used in the clerkMiddleware, this is critical for me since I'm not providing application configuration through environment variables
Notice that loadedOptions is only being referenced destructuring a select few properties
I'm on @clerk/react-router: 2.1.5 and react-router: 7.9.3
| const loadedOptions = loadOptions(args, options); |