manufacturer/_furnview/furnplan-web/config/http.js
@@ -133,8 +133,6 @@ } } else if (typeof req.auth_cookie.id === "undefined" || req.auth_cookie.id === "0") { if (typeof req.query.auth_id !== "undefined" && req.query.auth_id !== "0") { // TODO: once in a while, req.auth_cookie.id seems to be an array (cause is unknown), but should be fixed somehow / somewhen // temporary fix => if array, use only first element as _id if (req.query.auth_id instanceof Array) { req.auth_cookie.id = req.query.auth_id[0]; } else {