iisnode encountered an error when processing the request.

HRESULT: 0x6d
HTTP status: 500
HTTP subStatus: 1013
HTTP reason: Internal Server Error

You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.

In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.

The last 64k of the output generated by the node.exe process to stderr is shown below:

(node:13680) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
failed to udpate any row of <Media>
failed to udpate any row of <Media>
sql query execution error:

            
DECLARE @product_id uniqueidentifier = NULL
SELECT TOP 1 @product_id=uuid
FROM [Product] prd
JOIN F_Product_Stock_For_Webshop(N'09E74C5B-3429-4ACC-AAC1-7D1152AEB5BF') ps ON ps.product_id = prd.uuid
WHERE public_id=N'R7UQQSVV'
    AND prd.owner=N'09E74C5B-3429-4ACC-AAC1-7D1152AEB5BF'
    AND prd.is_archived=0
    AND prd.is_deleted=0
	AND prd.active_for_webshop=1
    AND prd.is_available_on_webshop=1 AND ps._stock > 0


IF (@product_id IS NOT NULL)
BEGIN
    SELECT *,
        (SELECT COUNT(*) FROM WebShopStarred WHERE product_id=@product_id AND is_favorite=1) AS like_count
    FROM [Product] WHERE uuid=@product_id

    SELECT prdVar.uuid, prdVar.product_id, prdVar.sku, prdVar.sku_prefix, prdVar.sku_suffix, prdVar.discount,
        prdVar.sell_price, prdVar.sell_price2, prdVar.sell_price3,
        prdVar.option1_id, prdVar.option_value1_id,
        prdVar.option2_id, prdVar.option_value2_id,
        IIF(prd.is_available_on_webshop=0, 0, IIF(prdVarStock._stock < prdVar.min_purchase_quant

            {"code":"EREQUEST","originalError":{"sqlstate":"HYT00","code":0,"severity":0,"serverName":"","procName":"","lineNumber":0},"name":"RequestError","number":0,"lineNumber":0,"state":"HYT00","class":0,"serverName":"","procName":""}
        
unhandledRejection: RequestError: Query timeout expired