Hi,
I have installed EA2 and everything went smooth (after the image was updated ;) ).
But running the actual "First Touch Recipes" App doesn't work. Authentication does work, but no recipes are shown in the WebApp.
Here is the output in the browser console:
fw.js:9054 [MFSDK][ERROR][23.5.2023 09:31:35][app.js][at][5229] : ### OnlineObjectService::fetch Error:{
"rawResponse": "\r\n\r\n\r\n\r\n\r\n<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n <title>404 Page not found</title>\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"/admin/ui/css/error.css\"/>\r\n <link rel=\"icon\" href=\"/admin/ui/images/favicon.ico\" />\r\n </head>\r\n <body>\r\n <div align=\"center\">\r\n <div id=\"body-container\">\r\n <div id=\"error-image\">\r\n <img src=\"/admin/ui/images/icon-error-alert.svg\" alt=\"error image\">\r\n </div>\r\n <div id=\"error-code\">\r\n 404\r\n </div>\r\n <div id=\"message-container\">\r\n The server cannot find the page you requested for. Please contact your administrator.\r\n </div>\r\n <div id=\"request-id\">\r\n Request Id: 1da65093-a901-4733-a17b-f3176611cbe3\n\r\n </div>\r\n </div>\r\n </div>\r\n </body>\r\n</html>",
"httpresponse": {
"headers": {
"cache-control": "no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0",
"content-encoding": "gzip",
"content-type": "text/html;charset=ISO-8859-1",
"date": "Tue, 23 May 2023 07:31:34 GMT",
"expires": "Tue, 03 Jul 2001 06:00:00 GMT",
"last-modified": "Tue, 23 May 2023 07:31:35 GMT",
"pragma": "no-cache",
"server": "VoltMX",
"transfer-encoding": "chunked",
"vary": "accept-encoding",
"x-content-type-options": "nosniff",
"x-frame-options": "SAMEORIGIN",
"x-xss-protection": "1; mode=block"
},
"url": "http://foundry.mymxgo.com/admin/metadata/v1/FirstTouchRecipesObj/Recipe",
"responsecode": 404
},
"httpStatusCode": 404
}
I have just strictly used the documentation and did run the steps shown there. There were no errors in the process.
Any ideas what could be missing?
Greetings
Florian