<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco Content App Configuration problems in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-app-configuration-problems/m-p/12436#M5459</link>
    <description>&lt;P&gt;I installed the&amp;nbsp;Alfresco Content App follwing this guide:&amp;nbsp;&lt;A href="https://www.alfresco.com/abn/adf/docs/getting-started/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.alfresco.com/abn/adf/docs/getting-started/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have ACS 7.0 installed and running on localhost 8080 (installed with ZIP)&lt;/P&gt;&lt;P&gt;when I run my app using ng serve (npm start didn't work), I get this error: (I cannot login uising admin/admin)&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/125i1B3398C29A38295B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I created an .env file in the root folder and set this variable:&lt;/P&gt;&lt;P&gt;APP_CONFIG_ECM_HOST="&lt;A href="http://localhost:8080" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;PS: I can't find&amp;nbsp;app.config.json anywhere in my app folder. However I find&amp;nbsp;app.config.json.tpl which seems the same!!!&lt;/P&gt;&lt;P&gt;Where is the problem and how I may fix it please?&lt;/P&gt;&lt;P&gt;Thank you in advance&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 08:41:52 GMT</pubDate>
    <dc:creator>KarekMedAM</dc:creator>
    <dc:date>2022-01-19T08:41:52Z</dc:date>
    <item>
      <title>Alfresco Content App Configuration problems</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-app-configuration-problems/m-p/12436#M5459</link>
      <description>&lt;P&gt;I installed the&amp;nbsp;Alfresco Content App follwing this guide:&amp;nbsp;&lt;A href="https://www.alfresco.com/abn/adf/docs/getting-started/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.alfresco.com/abn/adf/docs/getting-started/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have ACS 7.0 installed and running on localhost 8080 (installed with ZIP)&lt;/P&gt;&lt;P&gt;when I run my app using ng serve (npm start didn't work), I get this error: (I cannot login uising admin/admin)&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/125i1B3398C29A38295B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I created an .env file in the root folder and set this variable:&lt;/P&gt;&lt;P&gt;APP_CONFIG_ECM_HOST="&lt;A href="http://localhost:8080" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;PS: I can't find&amp;nbsp;app.config.json anywhere in my app folder. However I find&amp;nbsp;app.config.json.tpl which seems the same!!!&lt;/P&gt;&lt;P&gt;Where is the problem and how I may fix it please?&lt;/P&gt;&lt;P&gt;Thank you in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 08:41:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-app-configuration-problems/m-p/12436#M5459</guid>
      <dc:creator>KarekMedAM</dc:creator>
      <dc:date>2022-01-19T08:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Content App Configuration problems</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-app-configuration-problems/m-p/12437#M5460</link>
      <description>&lt;P&gt;I fixed it.&lt;/P&gt;&lt;P&gt;Apparently the problem was because npm start didn't work for some reason, so the preinstall command didn't excuted&lt;/P&gt;&lt;P&gt;so I had to run it manually and it works!&lt;/P&gt;&lt;PRE&gt;mkdir -p ./app/.tmp &amp;amp;&amp;amp; npm run assemble-app-config &amp;amp;&amp;amp; npm run validate-app-config&lt;/PRE&gt;&lt;PRE&gt;ng serve&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jan 2022 10:26:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-app-configuration-problems/m-p/12437#M5460</guid>
      <dc:creator>KarekMedAM</dc:creator>
      <dc:date>2022-01-20T10:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Content App Configuration problems</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-app-configuration-problems/m-p/12438#M5461</link>
      <description>&lt;P&gt;I just tried v2.11.0 and npm start failed for me, but the reason is displayed in the output:&lt;/P&gt;&lt;PRE&gt;error:  /home/mav/dev/alfresco-content-app/app/.tmp/app.config.json: Unexpected token $ in JSON at position 346&lt;/PRE&gt;&lt;P&gt;Taking a look at the app/.tmp/app.config.json file shows two variables that didn't get substituted which leads to invalid json. These must be new requirements in a recent update.&lt;/P&gt;&lt;PRE&gt;...
  "plugins": {
    "aosPlugin": ${APP_CONFIG_PLUGIN_AOS},
    "contentService": ${APP_CONFIG_PLUGIN_CONTENT_SERVICE}
  },
...&lt;/PRE&gt;&lt;P&gt;After adding the missing variables to my &lt;STRONG&gt;.env&lt;/STRONG&gt; npm start worked as expected. These&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;APP_CONFIG_ECM_HOST=http://localhost:8080
APP_CONFIG_PLUGIN_AOS=true
APP_CONFIG_PLUGIN_CONTENT_SERVICE=true&lt;/PRE&gt;&lt;P&gt;Hope this helps someone.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 20:03:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-app-configuration-problems/m-p/12438#M5461</guid>
      <dc:creator>sherwinf</dc:creator>
      <dc:date>2022-07-01T20:03:49Z</dc:date>
    </item>
  </channel>
</rss>

