Skip to content

Javascript outdated? #112

@hsean3

Description

@hsean3

I'm getting this error when I upload an image.

Unhandled Runtime Error
SyntaxError: Unexpected end of JSON input

Source
app\dream\page.tsx (91:29) @ json

89 | });
90 |

91 | let newPhoto = await res.json();
| ^
92 | if (res.status !== 200) {
93 | setError(newPhoto);
94 | } else {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions