-
Hi, In an environment with limited/no internet access the images for providers fail to load. Would it be possible to change the URL that is used for getting the image so that it could be served by nextjs using the /public folder, instead of going out to https://authjs.dev/img/providers |
Beta Was this translation helpful? Give feedback.
Answered by
aawaheed
Jun 10, 2025
Replies: 1 comment 1 reply
-
looking a little closer at the code, is it possible to override the providerLogoPath in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you try overriding style like below:
style: {
logo:
${process.env.NEXTAUTH_URL}/assets/logo.png
,},