huskyjp
huskyjp
Widget error is like this - looks like `response.data` is null ``` The following _CastError was thrown building StreamBuilder(dirty, state: _StreamBuilderBaseState#55ca8): Null check operator used on a null value The...
@QuiiBz Thanks for the response! Yes it also does the same behavior in my local environment. But I also noticed that this problem is related to the cookies. The thing...
Ok so finally I could manage the cookies correctly via `middlware.ts` like so. ``` import { NextRequest, NextResponse } from "next/server" import { createI18nMiddleware } from "next-international/middleware" export const I18nMiddleware...