Kevin

Results 41 comments of Kevin

Have this very same issue using OOTB NextJs for Drupal. I have no idea why I am getting a 422 or where to begin debugging this issue.

In Drupal, I get this log but don't know where it is originating: ``` Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: No route found for "GET https://drupalnextjs.ddev.site/next/preview-url": Method Not Allowed (Allow: POST) in Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest() (line 131...

I'd also agree that when updating any software component (CMS, DB, Solr, etc) it's on the developer to manage that. It might be too much (and maybe presumptive?) for DDEV...

I actually see a better place for this - will update the PR.

I've moved the logic to `ddevapp.go` instead, which is where it seems that most of this information is assembled to DDEV app-wide. Now I correctly get http/https URL output if...

Buildkite apparently failed for testnotddevapp - is there a way to quickly check that locally?

@rfay The docs sort of allude to it when I was looking for an applicable place. I made a small edit that shows a subdomain approach. https://github.com/ddev/ddev/pull/6229