Problem running "First Touch Recipes" in EA2

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

Hi Florian,

This is due to an incorrect URL being used by the First Touch install when it creates the environment. Try this work around.

  1. Run the uninstall by clicking on the Get Started button and select the uninstall option
  2. Select environments on the left navigation
  3. Click on Add New
  4. Fill in a name for the environment
  5. For the URL, set it to your foundry server (http://foundry.mymxgo.com). Don’t include a path.
  6. Click Test Connection to verify and then Save.
  7. Go back to the Apps page and click on the Get Started to reinstall First Touch. This time it will use the Environment you already created with the correct URL.

We will fix this issue in the next EA update.

Rusty Godwin

Thank you!

That was indeed the problem. I already saw that, but didn't know how to proceed.