mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
@ -5775,6 +5775,7 @@ export async function saveChat(chat_name, withMetadata, mesId) {
|
||||
contentType: 'application/json',
|
||||
success: function (data) { },
|
||||
error: function (jqXHR, exception) {
|
||||
toastr.error('Check the server connection and reload the page to prevent data loss.', 'Chat could not be saved');
|
||||
console.log(exception);
|
||||
console.log(jqXHR);
|
||||
},
|
||||
|
Reference in New Issue
Block a user