[SOLVED] Can't assign site to starter-vanilla application

Enonic version: 7.6.0
OS: Ubuntu 20.4

I’m completely new to Enonic. Read a bit the docs and messed around with the starter project. Now I want to starting from zero, and because of that I created a new sandbox (7.6.0) and a starter-vanilla project. After that:

  1. Assigned the project to the sandbox;
  2. Deployed the project;
  3. Created the admin user;
  4. Installed content studio;
  5. Created a new site.

In this last step my hope was to assign the new site to the starter-vanilla application… But sadly nothing appears there as you can see in the image below:

What am I doing wrong?

Thanks!

Its bacause the vanilla starter does not contain the site.xml descriptor. Apps without this do provide functionality for sites. Have a look at the “my First site” guide or the headless guide to learn more :slight_smile:

1 Like

Thanks! Copied the site.xml file from starter-myfirstsite and it worked :slight_smile: