Skip to main content

Questions tagged [routes]

Questions about mapping URLs to Controllers and Actions.

1 vote
1 answer
35 views

Create dynamic paths in my routing - Angular / PrimeNg version

I need to create several paths dynamically in my routing since the values ​​will be added to the sidebars through an endpoint. By creating a new item for the sidebar, the user will be specifying the ...
Bet's user avatar
  • 23
0 votes
0 answers
11 views

htaccess not working properly for react config

I'm making an app in MERN stack, and I have successfully deployed it on the hosting. I'm using cPanel. I have one error with the default configuration of the htaccess. With the default I get my data ...
embeir's user avatar
  • 1
0 votes
1 answer
43 views

Problems with urls at Laravel 11

I have been having problems for a few days regarding access to routes defined for my middlewares. The specific problem with all this is that when, for example, I want to enter a URL of my entity other ...
Carlos Gutiérrez's user avatar
0 votes
0 answers
17 views

Page.tsx file being Greyed Out in Next.js 14 App Router

I have a Next.js 14 project with over 10 routes, all of which are working fine. However, when I try to add any new route with a page.tsx file, it appears greyed out, and I am unable to commit it. This ...
Farhan Ajmal's user avatar
0 votes
0 answers
32 views

PHP Codeigniter 4 redirect route not found after insert

I have a controller that calls my model to insert a new record, returned the id of the new record, and then does a redirect to display the new record. But I get an error: "The route for '/r/xx' ...
user2723901's user avatar
0 votes
0 answers
35 views

In Flutter Navigator 2.0, how to navigate 'back' whilst keeping the browser history in sync?

I've implemented Navigator 2.0 navigation in my Flutter web app. Suppose that I navigate through the app (which is a simple CRUD app for managing pets), such that I have a list of pages and browser ...
chris's user avatar
  • 1,781
1 vote
1 answer
37 views

How to send data from multiple screen to one single screen in React native

i have basically four screens and i am sending the data to other screen. for example i am sending the data from Home to ListScreen with some items from flatlist then i am also sending the other data ...
jACOB Alex's user avatar
1 vote
0 answers
26 views

Is there a way to solve the Vehicle Routing Problem (VRP) using ComputeRoutes API?

I want to solve the issue of the Vehicle Routing Problem (VRP) using ComputeRoutes google API (API), as it is more clear and supports nodejs. I have already create the function with ComputeRoutes, the ...
Julian's user avatar
  • 11
0 votes
0 answers
29 views

ASP.Net C# URL routing not working - Seems to just redirect

I am trying to use routing to pick up a variable and use it within the page default.aspx, but all it seems to be doing is redirecting the application to the page instead because it changes the URL to ...
P S's user avatar
  • 33
0 votes
0 answers
10 views

Openvpn Routes are not adding to the server when client is connecting

Can't find out why routes are not adding. tail -f openvpn.log | grep kostro 2024-06-26 11:59:22 kostroma/85.26.211.200:55610 SIGTERM[soft,delayed-exit] received, client-instance exiting 2024-06-26 11:...
emoxam's user avatar
  • 111
0 votes
1 answer
45 views

How I resolve different routes on an application using same url but different port?

In my case I want to create a small monolith but: Admin panel will be served upon port 8443 Normal app will be served upon port 80/443 I am using laravel 11 and the route config resides on different ...
Dimitrios Desyllas's user avatar
0 votes
1 answer
44 views

How to Integrate a WordPress Blog Page into a Next.js Route with a Node.js Backend?

I have a Next.js project where I want to display a specific WordPress page for blog posts. For example, on the route blogs, I want to show a WordPress page containing blog information related to that ...
Pavan G R's user avatar
0 votes
0 answers
21 views

Is there a way of getting accurate elevation data from self-hosted OpenRouteService?

I need to run a customized instance of OpenRouteService with Docker. I have built it from source and it is up and running with an OSM map for Austria - I need ORS to route hiking trails. This is ...
timmy-2003's user avatar
-1 votes
0 answers
18 views

How to configure Birdv2 (BGP) to 'route' to an interface/IP on the same machine?

In bird, you can configure a 'static protocol' with the following line: protocol static { route 10.0.0.0/24 via "eth0"; } The peer is accepting and forwarding my BGP announcements* ...
UsernameNotFound's user avatar
0 votes
1 answer
150 views

Angular 18 falsely throwing a routing error, despite the routes previously working fine

Background: I'm integrating a login component that includes Google authentication. Upon successful authentication, user information is obtained, a token is generated, and then sent to the backend for ...
Hamzah Alkhateeb's user avatar

15 30 50 per page