Linien alles gut
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user