demoGhost
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 
On the Next site, homepage for the default-starter works great. Plus, I see all the data of the collection.  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...
Do you think this could be an issue related to decoupled routing?
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',  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...