Skip to content

ssr: false doesn't work #528

Open
Open
@kealjones-wk

Description

@kealjones-wk

When using the React Starter template if you right update server.ts and set ssr: false like this:

import { serve } from "aleph/react-server";
import routes from "./routes/_export.ts";

serve({
  router: { routes },
  ssr: false,
});

Then also updated the main.tsx to include hydrate: false like this:

import { bootstrap } from "aleph/react-client";

bootstrap({hydrate: false});

All that occurs are 404 pages. Is there another step?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions