Linien alles gut

This commit is contained in:
ISA
2024-08-10 14:31:26 +02:00
parent d729e1408b
commit 1c499d3bd2

View File

@@ -7,8 +7,9 @@ export const fetchGisStatusStations = async (idMap, idUser) => {
const response = await fetch(`/api/talas5/webserviceMap/GisStationsStatusDistrict?idMap=${idMap}&idUser=${idUser}`);
if (!response.ok) {
throw new Error(`Error: ${response.statusText}
MySQL Datenbankverbindung fehlgeschlagen und
MySQL-Mode prüfen!`);
MySQL Datenbankverbindung fehlgeschlagen!
MySQL-Mode: SET GLOBAL sql_mode = 'STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';
prüfen oder nodeMap Dienst neu starten`);
}
const data = await response.json();
//console.log("GisStatusStations:", data);