-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We temporarily throw the interstitial page from within getAuth in addition to the rootAuthLoader.ts See remix-run/remix#4791 for details
- Loading branch information
1 parent
baa58e0
commit d4bd9dc
Showing
8 changed files
with
23 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,10 +66,6 @@ export const loader: LoaderFunction = args => rootAuthLoader(args, ({ auth }) => | |
}) | ||
`); | ||
|
||
export const getAuthInterstitialErrorRendered = createErrorMessage( | ||
`This state shouldn't be possible. Please reach out to [email protected] so we can help, or use the links below:`, | ||
); | ||
|
||
export const noFrontendApiError = createErrorMessage(` | ||
The CLERK_FRONTEND_API environment variable must be set before using Clerk. | ||
During development, grab the Frontend Api value from the Clerk Dashboard, create an .env file and set the CLERK_FRONTEND_API key. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,10 +66,6 @@ export const loader: LoaderFunction = args => rootAuthLoader(args, ({ auth }) => | |
}) | ||
`); | ||
|
||
export const getAuthInterstitialErrorRendered = createErrorMessage( | ||
`This state shouldn't be possible. Please reach out to [email protected] so we can help, or use the links below:`, | ||
); | ||
|
||
export const noFrontendApiError = createErrorMessage(` | ||
The CLERK_FRONTEND_API environment variable must be set before using Clerk. | ||
During development, grab the Frontend Api value from the Clerk Dashboard, create an .env file and set the CLERK_FRONTEND_API key. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters