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

    Topics created by rationem

    • R

      Unsolved Issue with use OAuth with react blog - using NextJs ts

      Q&A
      • • • rationem
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      K

      @rationem You could look at my backend app in this monorepo: https://github.com/kasir-barati/you-say

      There I've implemented a NestJS custom backend app. BTW I have a question for you, right now my NextJS frontend build is broken and I do not know why, I mean I kinda know that it is because I am using @fusionauth/react-sdk and it needs to have access to document object but since during build it does not have that my build is defective. Any suggestion?

      I also read this doc but it was not what I wanted since it was communicating directly with FusionAuth and in my case I do not want that 🙂.

    • R

      Unsolved Any examples using NextJS - Serverside React?

      Q&A
      • • • rationem
      3
      0
      Votes
      3
      Posts
      932
      Views

      K

      Hey @dan,

      Just wanted to point out a few things. First I have a custom Backend app and this doc does not cover that at all. It looked to me like it is communicating directly with FusionAuth which is not a good idea in my case (I am using mostly Client side components). So I switched gears and tried to use @fusionauth/react-sdk instead. It was working until I got busted with this broken build log. Any suggestion on how to fix my build since I guess it is related to NextJS and how we lack document at build time since it works just fine when I run the NextJS app in dev mode.