EmbedAI icon indicating copy to clipboard operation
EmbedAI copied to clipboard

Error downloading model

Open mehrdad2000 opened this issue 1 year ago • 2 comments

Hi when i hit download model return this error:

Unhandled Runtime Error
ReferenceError: response is not defined

Source
components/ConfigSideNav.js (27:3) @ response

  25 |   } catch (error) {
  26 |     setIsLoading(false);
> 27 | 	response.text().then(text => {toast.error("Error Ingesting data."+text);})
     | 	 ^
  28 |   }
  29 | };
  30 | 

mehrdad2000 avatar Jun 07 '23 08:06 mehrdad2000

Upgrade your nodejs version

Anil-matcha avatar Jun 07 '23 20:06 Anil-matcha

@Anil-matcha Node.js v20.2.0 , npm 9.7.1

mehrdad2000 avatar Jun 10 '23 12:06 mehrdad2000