FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. aman.c
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    aman.c

    @aman.c

    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    aman.c Unfollow Follow

    Latest posts made by aman.c

    • Issue with FusionAuth React SDK and next-client-cookies Adapter in Next.js 13.1.2

      Hello FusionAuth Community,
      We are using react sdk integration in our next.js client app and while importing eg : useCookies from nextClient cookies . When we are running application we are facing this issue , I am adding screenshot for your reference and this my piece of code .

      'use client'
      
      import { useCookies } from 'next-client-cookies';
      
      export default function Providers({ children }) {
        return (
          <FusionAuthProvider {...config} nextCookieAdapter={useCookies}>
            {children}
          </FusionAuthProvider>
        );
      }
      
      

      Any help would be greatly appreciated!

      Thanks in advance.

      Screenshot 2024-10-11 172348.png

      posted in Q&A
      A
      aman.c
    • RE: Issue with FusionAuth React SDK and next-client-cookies Adapter in Next.js 13.1.2

      @Alex-Patterson Can you please look into this one , thanks a lot in advance.

      posted in Q&A
      A
      aman.c
    • RE: Issue with FusionAuth React SDK and next-client-cookies Adapter in Next.js 13.1.2

      We are using react sdk integration in our next.js client app and while importing eg : useCookies from nextClient cookies . When we are running application we are facing this issue , I am adding screenshot for your reference and this my piece of code .

      'use client'
      
      import { useCookies } from 'next-client-cookies';
      
      export default function Providers({ children }) {
        return (
          <FusionAuthProvider {...config} nextCookieAdapter={useCookies}>
            {children}
          </FusionAuthProvider>
        );
      }
      

      Screenshot 2024-10-11 172348.png

      posted in Q&A
      A
      aman.c
    • Issue with FusionAuth React SDK and next-client-cookies Adapter in Next.js 13.1.2

      Hello FusionAuth Community,

      I'm encountering an issue while integrating the FusionAuth React SDK with my Next.js application (version 13.1.2). I'm using the next-client-cookies adapter for handling cookies, but I keep running into the following error (screenshot attached for reference).

      I've tried all available versions of next-client-cookies, but none have resolved the issue. Has anyone faced a similar problem or have suggestions on how to resolve this?

      Any help would be greatly appreciated!

      Thanks in advance.

      Screenshot 2024-10-11 172348.png

      posted in Q&A
      A
      aman.c
    • Next.js Version Compatibility and Webpack Integration Issues with FusionAuth in Application

      Hello FusionAuth community,
      We're currently working on integrating FusionAuth with our existing NextJS application. However, we're facing some challenges due to version compatibility issues. Here are the details:

      Our current setup:

      NextJS version: 13.1
      Using the Pages Router (not App Router)
      Custom webpack configuration for rendering LLM based chat Application

      The issue:
      We're unable to upgrade to the latest NextJS version due to compatibility issues with our custom webpack configuration.

      Questions:

      • Does FusionAuth provide any integration options for older NextJS versions (specifically 13.1)?

      • Are there any recommended workarounds or alternative approaches for integrating FusionAuth with our current setup?

      • If upgrading NextJS is the only option, do you have any tips for maintaining compatibility with custom webpack configurations?

      Any insights or recommendations would be greatly appreciated. Thank you in advance for your help!

      posted in Q&A
      A
      aman.c