Skip to content

Tag: reactjs

Getting OAuthCallbackError with nextjs Auth

I am trying to make a spotify analysis app that would analyse your Spotify data. But I am getting this error on authorization. Here is my auth file. this is my middleware this is my login.js It would be really great if someone could help me out here. Everytime I am trying to login,it’s throwing me this …

how to get value from select2 in reactjs

I am using adminlte HTML theme, I converted this theme into reactjs, everything is working fine except select2(Multi-select) onselect I am trying to trigger the handler that is userIdHandler but it does not trigger There is two cases: user name with multi-select : userIdHandler not working Status with single …