-
Currently, the backend is creating the OpenAPI spec using _dynamic routes_, i.e. for each schema routes with appropriate query/response/... models are defined.
:heavy_plus_sign: This has the advant…
-
### Describe the bug
Hi,
I've been attempting to create a correctly translated sitemap in Nuxt 3 using the `@nuxt/sitemap` module, but I'm facing some difficulties with dynamic routes. Below is th…
-
I have tried to add a dynamic route where the route name is defined but keep getting an error message to say the route is not a real route name.
In my web.php file, I have a route defined for blog,…
-
Hello, how i can make routes like
```python
app.router.add_route('/{route_1}/*',dynamic)
```
to make queries:
/my_rote/test
/my_rote/test/test
/my_rote/test/test/test.....
-
Port the entire project to next.js, implementing routes for the home page and the movie page, preferably with **dynamic routes** based on the movie id, as fetched from the api. Create a separate branc…
-
**Description**
Currently dynamic directory routes get mounted first which leads to other routes in the same directory never getting matched.
For example, when you have routes like `routes/api/[…
-
AKA routes that look like
``` js
```
## The issue
We need dynamic routes to support creating an entire category of sties including blogs. However currently we don't have a way to turn something lik…
-
### Description
I would like to know if the OpenBve feature can be used for BVE5 routes? Such as switching paths, reverse direction, dynamic light, and dynamic background, etc.
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Arc…
-
### Link to the code that reproduces this issue
https://github.com/Javad9s/nextjs-dynamic-params-cached-notfound/
### To Reproduce
1. Build and start the application (`npm run build` , `npm …