Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
40 views

I have an Apache Flink app that is using a kafksink with a setTopicSelector KafkaSink<T>> sink = KafkaSink.<T>>builder() .setBootstrapServers(sink_brokers) ...
raphaelauv's user avatar
  • 1,040
0 votes
1 answer
106 views

I am working on a SSG website using NEXTJS app router. I have generated a static build (OUT). I want dynamic path like localhost:3000/username I created src/app/[username]/page.js and when i enter ...
Mujahid Ali's user avatar
0 votes
1 answer
61 views

I have a question about angular dynamic component loading through an environment config file. Below is a sample of my environment file: routes: [ { name: 'auth/logout', path: '../../...
Damian's user avatar
  • 304
0 votes
0 answers
28 views

I cannot find the answer, but is that normal, that during SSR I have urls like: { "id": 1, "url": "/event/auth-link.component-AVZNHIWP.css.map", "...
newbe's user avatar
  • 21
0 votes
2 answers
205 views

After creating a dynamic route [id] it contains 2 pages, a server side component where the error is and a client side PolicyVerificationClient.tsx which takes the params Certificatenumber and id. ...
Wania Mirza's user avatar
0 votes
0 answers
99 views

I'm working on a multilingual blog using Nuxt 3, and I'm experiencing an issue where the article content updates correctly when the language is changed, but the slug in the route does not update ...
Hasan Has's user avatar
0 votes
0 answers
100 views

I am implementing dynamic routing in Astro SSR mode, based on the id. I can have different routes, with the id on various place like: foo/bar/12345/my-path foo/bar/section/12345/my-path bar/foo/...
meez's user avatar
  • 4,888
-1 votes
2 answers
143 views

I got a pretty straight forward problem. I'm new to Linkerd. I currently have 2 backend deployments and 2 matching services. I also exposed these services with a ingress. Everything works fine until ...
t3rmo's user avatar
  • 57
0 votes
1 answer
54 views

I'm trying to dynamic route my transactions to the READ_WRITE or READ_ONLY datasources. But in my class TransactionRoutingDataSource extends AbstractRoutingDataSource when i am trying to get the value ...
Eric Borges's user avatar
0 votes
1 answer
133 views

I have a nextjs 14 news app with a backend to upload news everyday. How do I upload the Nextjs app to hostinger to build the dynamic routes? I tried building it and the out folder was created but it ...
BIMERO's user avatar
  • 1
1 vote
1 answer
335 views

I need to route TCP and UDP packets via a proxy server, at layer 4 (i.e. without TLS termination, for TCP packets). The destination address for all packets is not fixed. In other words, the routing ...
geekyrits's user avatar
0 votes
1 answer
68 views

I am creating a blog with next.js typescript and I succeeded to fetch all my posts from MongoDB. But I couldn't create the single page which shows a single post using the id. This is my route.ts I ...
Behnam's user avatar
  • 3
1 vote
0 answers
453 views

i have the following issue: I have a page where i have categories and some of those categories have subcategories. The categories always have the same layout and the products also have the same layout....
Elanum's user avatar
  • 11
-2 votes
1 answer
800 views

How to setup dynamic routing for react application in Vercel deployment ? Suppose if we have multiple paths in a ecommerce application ( "/", "/cart", "detail/:id", "...
Shivʌm Singh Ʀathod's user avatar
0 votes
1 answer
276 views

I am trying to create a website where the main page is showing list of card containing information of a restaurant i tried to create folder named "detail" containing [id].jsx. this is the ...
Ferdinand Aprillian Manurung's user avatar
0 votes
1 answer
1k views

I am working on a project using AstroJS. The goal is to have a few images, a title, and a description appear on a single page following the dynamic routes method using the getStaticPaths function. ...
sirrus's user avatar
  • 343
0 votes
2 answers
129 views

This is the look in normal pages, logo card's floating logo And this is what happens in dynamic routing, logo card's floating logo It works if I try adding forward slash before the image name, however,...
codemarns's user avatar
0 votes
2 answers
66 views

I am currently developing an app and something is wrong with my code as far as dynamic routing is concern. I have data on my firebase and bringing it to the app. For each department on my database it ...
jesse ulundo's user avatar
0 votes
0 answers
1k views

I am writing a simple Astro blog application My structure is like [lang] [chapter] [page] route is like. en/tasmania/things-to-do.mdx or hi/nsw/currentfestivals.mdx I'm getting an error when trying to ...
user3176609's user avatar
0 votes
2 answers
223 views

INITIAL ISSUE ISSUE I'm currently working on a web project and I'm encountering an issue where I'm unable to display dynamic content using plain JavaScript. I'm trying to create a simple dashboard ...
Tittoh's user avatar
  • 29
0 votes
0 answers
748 views

I have some routes in my next.js application like worksheets\[grade]\[subject].js wokrsheets.js but when i am using route.push method from worksheets.js its perfectly redirecting me to Login page ...
Ritik Joshi's user avatar
1 vote
1 answer
1k views

I want to build a chat app with flet in python. For routing I defined a Router class which handles all the routing. But I am not able to figure a way out for implementing dynamic routes such as "...
RandomCoder59's user avatar
0 votes
1 answer
1k views

Describe the bug or question I am creating a micro frontend using Single Spa. The parcel is in angular. The parcel contains 2 components: The Payment component and the success component. My question ...
Alvaro Guillen Gonzalez's user avatar
2 votes
0 answers
162 views

How to display child (page) route inside parent (page) route in Next.js like Nuxt.js (using NuxtPage component). To avoid repetition of code. In Nuxt.js I need not to check whether child route is ...
Aman Ghanghoriya's user avatar
0 votes
0 answers
420 views

I have a Javascript function that fetch dynamic random recipes from spoonacular API and then append some HTML to an Element, the HTML includes dynamic links HREFs, if one is clicked it will go to ...
Aasem Shoshari's user avatar

1
2 3 4 5