demoGhost

Results 14 comments of demoGhost

I haven't changed anything there ([...slug].tsx), but let me get it for you. ``` import * as React from "react" import Head from "next/head" import { getPathsFromContext, getResourceFromContext, getResourceTypeFromContext, }...

You mean from Next.js or in Drupal? If I go to my Drupal site at localhost and click on the post on Homepage, I get this ![image](https://user-images.githubusercontent.com/37753045/137017147-88b4484a-a89b-4dd9-acb1-997d2cbba68d.png)

On the Next site, homepage for the default-starter works great. Plus, I see all the data of the collection. ![image](https://user-images.githubusercontent.com/37753045/137018760-5bac8a3c-c2a4-48e5-afb8-86560bf577eb.png) but if I click on one of the posts, I...

Just to add to this, although it might not be relevant, but my env variable for DRUPAL_FRONT_PAGE(which I really don't know what it does exactly) is /node.

I deleted .next and restarted. The node is always null in the console and problem still persists. I also deleted the next.js sites and pathauto patterns in Drupal yesterday and...

I did some debugging in your source code, adding some console logs in buildUrl and getResourceByPath functions, because I think this has to do with the Url Aliases and Routing....

@shadcn In my case, this is a local environment in Windows, with Xampp. Other than that, just follow the exact instructions on Quick Start guide https://next-drupal.org/docs/quick-start. That's about it I...

Hello again @shadcn . I'm trying to think why you could have done this. Something that seemed weird to me, is that URL Aliases at '/admin/config/search/path', ![image](https://user-images.githubusercontent.com/37753045/138708685-e2b1e76e-4805-419a-abdc-062256cff7d0.png) would always show...

No, it shows `http://localhost/drupal/web` only in the URL aliases screen, the one in the screenshot. The url in the browser is correct, `http://localhost`. My Drupal installation is in a subfolder...