Nutlope / roomGPT

Upload a photo of your room to generate your dream room with AI.
https://www.roomgpt.io/
MIT License
9.78k stars 1.29k forks source link

Javascript outdated? #112

Open hsean3 opened 3 months ago

hsean3 commented 3 months ago

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 {