Skip to content

Server-side Rendering #316

@mattobee

Description

@mattobee

Astro's server-side rendering is not working as expected.

Current behaviour:

  • When the upcoming or past events pages are loaded with client-side JavaScript disabled, no events are listed.
  • The page is blank, other than the static header and footer Astro components.

Expected behaviour:

  • Pages are built server-side, including the list of past/upcoming events, the latter being generated in the edge function.
  • With JavaScript disabled in the browser, events are listed but no filtering or browser-based timezone version is available.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Not Started

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions