Skip to content

Using fetch and Safari #756

@jetmirshatri

Description

@jetmirshatri

While developing an app I've used a custom server setup with express and I also used fetch.
I had no idea that the latest version of Safari doesn't yet support fetch natively and it took me a while to understand this, so maybe it's possible to add a more friendlier error message?
I ended up using isomorphic-fetch 💯

Error message running in dev mode (const app = next({ dir: '.', dev: true });) :

screen shot 2017-01-12 at 10 16 03

Error message running in prod mode (const app = next({ dir: '.', dev: false });) :

screen shot 2017-01-12 at 01 21 38

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions