Skip to main content

Questions tagged [routes]

Questions about mapping URLs to Controllers and Actions.

0 votes
1 answer
45 views

How to pass route children to root App in SolidJS in typescript?

I am trying to figure out to pass route elements to root element in typescript. I am currently using "@solidjs/router": "^0.13.6". Here is a demo of what I want to achieve. I want ...
Dukhi Atma's user avatar
0 votes
0 answers
34 views

Angular universal routing issue

i have problem with Angular Universal when i load homepage http://localhost:85 page loads but in view source i get <body class="h-100 v-robots"> <app-core class="h-100"...
somczyq's user avatar
-3 votes
1 answer
33 views

A website with a different web framework per webpage possible? [closed]

Basically, I wanna make a website wherein each pages is built on a different web framework and I wanna know if it is somewhat possible. Example: Website's Home Page is made through the Ruby on Rails ...
Bax STAR's user avatar
0 votes
1 answer
172 views

How to pre render all the routes in Nuxt 3 application .output automatically (without hard coding and specifying them specifically)?

When I generate a .output folder for deployment in Nuxt 3 using nuxt generate or npm run generate, routes aren't pre-rendered automatically. I added prerender to nuxt.config.ts hooks to generate ...
BATMAN_2008's user avatar
  • 3,310
0 votes
1 answer
45 views

2 PUT api request in same file in NEXT js

I need advice how to solve when I need for one route 2x PUT request. I need to add and remove two kinds of inputs, but I can remove one or the other. I can't figure out a way to set route.js to be ...
Charvi's user avatar
  • 15
-1 votes
1 answer
57 views

redirect Request to another controller in middleware of laravel

i have a problem with redirect of controller or URL request, i have two api route for example: API No. 1: Route::prefix('v1')->group(function () { Route::controller('handelProController')->...
Mostafa Azimi's user avatar
1 vote
0 answers
20 views

Unable to use both route options and a nested resource callback in CakePHP 5.x

I'm trying to use nested restful routing by CakePHP 5, but it seems impossible to use both route options as an array, and nested resource definition as a callback. The following example does not work ...
jakubplus's user avatar
  • 317
0 votes
0 answers
43 views

Convert interfaces to netplan with complex routing

I have the interfaces configuration below from my 18.04 ubuntu server. It has 2 network interfaces that are on different VLANs of the same network. I'm now migrating the server to a new one with ...
GregoryTsintaris's user avatar
1 vote
1 answer
63 views

Angular 17+ Standalone Modules

I've used Angular before, but an earlier version. Can someone educate me on why my routes for my navbar doesn't work with my Contact Page. Here is the link... https://github.com/Logan-0/ngPersonal My ...
BabyLogan's user avatar
-1 votes
1 answer
20 views

Routing does only work locally with self written PHP routing method

I wrote a project without an existing framework which I now want to deploy on a Microsoft IIS. Falsely I thought this would be done in a few minutes, but I had to find out that my routing doesn't work ...
DevelopWithHappiiE's user avatar
0 votes
0 answers
33 views

Does VerneMq broker publish the same message 2 times to a topic if the routing score is 80/20?

I have VerneMq Cluster of 8 nodes, 1 node always has a routing score of 80/20. Other 7 nodes have routing score of 99/1. I also have a device client publisher and server subscriber. Device client ...
Kedar Undale's user avatar
0 votes
2 answers
36 views

Why doesn't a relative route work in my routes.js file?

I am trying to make some code as reusable as possible, so it is easy to create a new version of the code to experiment with. Can anyone explain to me why this works; router.post('/baseline/auth/create-...
Leigh Christie's user avatar
1 vote
0 answers
26 views

Is there any way we can use lazy loading in the routing module of the file in which we are using <router-outlet>?

I am making a page in angular v12 and i am using router outlet in one of my component so that it can be reused. There is a property (output emitter) of router-outlet known as activate that get ...
Pavnesh Silori's user avatar
0 votes
1 answer
145 views

Error: Page is missing param "generateStaticParams()", which is required with "output: export" config

I am seeing this error only during navigation, This error is only during navigation and goes away on refreshing the browser Error: Page "/(publish)/logs/publish/[id]/page" is missing param &...
Mahesh Jamdade's user avatar
0 votes
0 answers
31 views

URL reload leading to 404

I'm developing a PWA and i'm experiencing a strange issue: my components load perfectly but if i try to reload it, i end up getting an error message. I need to first go back to a URL without component....
Charles Hergott's user avatar

15 30 50 per page