Basant Besra

Results 16 comments of Basant Besra

adding full domain name instead of a wildcard entry to windows hosts file worked for me ```sh 127.0.0.1 phpinfo.test ``` The reason why wildcard does not work in the answer...

I will too help in Hindi.

I do face the same issue.

Yes, How do I generate them? Btw I get this error ![image](https://user-images.githubusercontent.com/13284206/151308882-3064b421-8f1c-4d9c-8508-3ba0683a4252.png)

@shadcn Any probable solution for this issue?

I Already tried that but found no success. I am on laravel valet.

Here are my env variables ```env NEXT_PUBLIC_DRUPAL_BASE_URL=http://drupal9.test NEXT_IMAGE_DOMAIN=drupal9.test DRUPAL_SITE_ID=drupal_next DRUPAL_FRONT_PAGE=/home DRUPAL_PREVIEW_SECRET=secret DRUPAL_CLIENT_ID=1923f3de-fe47-455e-9871-4f803afaf9ce DRUPAL_CLIENT_SECRET=password ``` here is my demo drupal installation https://github.com/besrabasant/druapl9

@shadcn I tested the connection with the tool and I see **Connection Established** successfully ![image](https://user-images.githubusercontent.com/13284206/152522365-69dd6ebd-471f-44f6-af55-072a2277a8b5.png)

Yes @solucionti, I have performed all the configurations you have listed above - [x] [Apply Patches for subrequests and decoupled_router](https://next-drupal.org/learn/quick-start/apply-patches) - [x] Enable both **Next.js** and **Next.js JSON:API** modules -...