The imports from 'convex/nextjs' have nothing to do with nextjs but more to do with ssr . can this location be renamed to say import {preloadQuery} from 'convex/ssr' or something . server would have been better but everything server points to the convex backend
The imports from 'convex/nextjs' have nothing to do with nextjs but more to do with ssr . can this location be renamed to say
import {preloadQuery} from 'convex/ssr'
or something . server would have been better but everything server points to the convex backend