Skip to content

Why is enableCacheInterception dangerous? #738

Open
@vicb

Description

@vicb

ref:

// open-next.config.ts

const config = {
  // ...
  dangerous: {
    enableCacheInterception: true,
  },
};

I was wondering why enableCacheInterception is on dangerous and why it is disabled by default?

Would it make sense to change that?

/cc @conico974

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