gitpod icon indicating copy to clipboard operation
gitpod copied to clipboard

Drupal 11 support

Open Adrianm6254 opened this issue 1 year ago • 2 comments

Bug description

I wish to start developing using Drupal 11 but the ddev build fails. I get an error:

Failed to start project(s): the n2c-base11-d project has an invalid app type: drupal the n2c-base11-d project has an invalid app type: drupal

When I do a ddev version on the gitpod is v1.22.6

There is a ddev update that needs to be applied DDEV version v1.23.1

Steps to reproduce

Install the site

Workspace affected

No response

Expected behavior

No response

Example repository

Screenshot_20240620_135603

Anything else?

No response

Adrianm6254 avatar Jun 20 '24 18:06 Adrianm6254

Hi @Adrianm6254, I believe something is wrong with your code/setup. Can you refer to the ddev docs? I might be able to provide you a solution or hints if your repo is public.

axonasif avatar Jun 24 '24 11:06 axonasif

@Adrianm6254 the ddev version installed comes from the image you are using (defined in .gitpod.yml). That's not something Gitpod is in charge of.

To use ddev 1.23.2 you may use this image from ddev in your .gitpod.yml: image: ddev/ddev-gitpod-base:20240614 (Source/Example: https://github.com/ddev/ddev-gitpod-launcher/blob/main/.gitpod.yml)

For a more drupal specific image you may check out this one: https://github.com/shaal/ddev-gitpod

webkp avatar Jun 27 '24 14:06 webkp

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Sep 25 '24 15:09 github-actions[bot]

@Adrianm6254 I'm not sure if it's exactly the same issue, but I was getting the exact same error project has an invalid app type: drupal

The issue for me was that I had multiple versions of ddev installed through homebrew manual installs. I followed the steps from the DDEV docs: Why do I have an old DDEV? FAQ and it and it solved the issue for me.

Hope it helps.

Kat Shaw

katannshaw avatar Oct 22 '24 21:10 katannshaw