Josiah Wiebe
Josiah Wiebe
I'm using next-iron-session on a project that uses dynamic routes, and I'd like to be able to dynamically set the cookie name based on the route being accessed. Can I...
When running the plugin on a Wordpress template file with some commented lines, behaviour is not as expected. In this example, the comment line (line 22 in the playground) `//...
I'm trying to implement Superbox in an environment where the images are populated by using some Liquid syntax: ``` {% for post in posts %} {% endfor %} ``` My...
The "Examples" heading was not being rendered correctly [on this docs page](https://nextjs.org/docs/app/api-reference/file-conventions/page#displaying-content-based-on-params). All this does is fix the whitespace character to allow the MDX to be rendered properly.
It seems like the change to the `cookies()` function in Next.js may have broken a variety of things (#840, #861, #869). The specific issue that I've encountered is that the...