Singh
Singh
@mvp5464 Thank, tested it working fine. Merging it now, for the bounty you must wait. I will be submitting it, if it satisfies bounty requirements you will receive it :)
@mvp5464 if you want you can also fix the multiple comments if you click the comment button quickly
> ### @siinghd , There is an error while commenting , reverted all the changes from this PR still error persists , solving it >  Strange,...
reopen, there are many conflicts
@amanbairagi30 can you add instruction and update .env.example on what do we need to setup the discord webhook url? Also solve the conflicts
> #53 fix this issue @hkirat Should be fixed I can see the text
Update: fixed the middleware problem by using: ```js authorized({ auth, request: { nextUrl } }) { const isLoggedIn = !!auth?.user; const unprotectedPaths = ['/login']; const isProtected = !unprotectedPaths.some((path) => nextUrl.pathname.startsWith(path)...
Update 2: Solved the scope issue by doing `await signIn('discord', {}, 'scope=identify guilds');` I do not know if this is the correct way to do it but seems working. Let...
@Ashutoshpadhi629 sirrr too many conflicts
reopen a new PR