Basant Besra
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 
@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 
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 -...