You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the error message indicates a type error in the route.ts file located at ./src/app/api/upload/route.ts. Specifically, the issue is with the writeFile function call on line 18, where the buffer argument is not compatible with the expected type.
PLEASE ANY HELP TO BYPASS THIS ERROR WILL BE MUCH APPRECIATED.
The text was updated successfully, but these errors were encountered:
Thanks for the report, could you please run the
installer_scripts/diagnostics.bat? I'm a bit confused about what versions
could be installed since Node.js is strict about this. Also, is it windows
10 or 11?
You can temporarily bypass it by deleting that route.ts file, but it will
fail to update and launch when the webui gets an update. Also React UI will
be unusable.
It seems like the error message indicates a type error in the route.ts file located at ./src/app/api/upload/route.ts. Specifically, the issue is with the writeFile function call on line 18, where the buffer argument is not compatible with the expected type.
PLEASE ANY HELP TO BYPASS THIS ERROR WILL BE MUCH APPRECIATED.
The text was updated successfully, but these errors were encountered: