Skip to main content

Questions tagged [dynamic-pages]

The tag has no usage guidance.

dynamic-pages
-1 votes
1 answer
28 views

Dynamic Pages with [slug] Not Working on Vercel

I'm using a Next.js app with the app directory structure. I have a dynamic projects page projects/[slug]/page.tsx. When I run the project on localhost, it works perfectly. However, when I upload it to ...
Giorgi Mskhiladze's user avatar
0 votes
1 answer
30 views

Navigate to home page from its dynamic page

I have below code where i got all details in my dynamic page. when I hit nav back its taking me all the way back to app home screen, looking for solution to go to initial page withoutout dynamic page ...
Sam Kam's user avatar
0 votes
1 answer
52 views

SAPUI5: How to align Title and Action toolbar in DynamicPage header?

I have a dynamic page, with a header aggregation, where I put a title and some toolbar action buttons, however... they do not look aligned: Either the title is too high, or the action toolbar buttons ...
MarcL's user avatar
  • 3,523
0 votes
0 answers
16 views

Problem Next js dynamic pages with i18n library

I have a dynamic page in Next JS and I want to use i18n library for localization, but when I enter the dynamic page language change to default 'En'. I am using getStaticProps and getStaticPaths in ...
Ashv's user avatar
  • 1
0 votes
0 answers
29 views

extracting data from a webpage that changes dynamically (element appears only on hover)

I'm attempting to create a userscript using JavaScript that extracts specific data from images on a webpage, particularly video data that appears when hovering over the images. The goal is to collect ...
sribika's user avatar
-1 votes
1 answer
58 views

trouble understanding Params object type in nextJS13

I'm having difficulty understanding the Params type structure of nextJS. the below code runs fine: type Params={ params:{userid:string} } export default async function UserPage({params:{userid}}:...
user22793041's user avatar
0 votes
1 answer
101 views

Is it possible to have a page name and, a folder name that consists of dynamic pages, to be the same?

enter image description here In the above image, I have a page named "Movies" and I also have a folder named movies I want to navigate in a way that if the address bar has the url of '/...
Syed Ali Reza Hussain's user avatar
1 vote
0 answers
148 views

Strapi - Add recent collection types in dynamic zones

I want to create a new component having the user selected number of records of a collection type named articles . I dont need the user(admin) to select the related articles but only the number of ...
aristeidhsP's user avatar
0 votes
0 answers
13 views

React: Clicking dynamically created <Link> to fill newly rendered page contents [duplicate]

I'm attempting to use an onClick listener for dynamically created blog posts to direct the user to the blog post page and render the posts contents. I originally wanted to use a custom hook but have ...
HarrySIV's user avatar
  • 105
0 votes
2 answers
3k views

Blazor - Need to create pages dynamically

In my App, I wanted to create N number of Pages where each Page may have a different set of controls(which are again dynamically populated). Here is the flow, I will choose a file that will say how ...
virus's user avatar
  • 144
0 votes
0 answers
1k views

How to stop nextjs from making server call for route with parameter in it?

Scenario: I have one url like this one /posts/:id/edit Using standard nextjs structure, file lies at posts -> [id] -> edit.tsx Inside this url, from the id we make AJAX call from react to get ...
Kristi Jorgji's user avatar
0 votes
1 answer
36 views

(Gatbsy-React) Dynamic Path: how persist pages dynamically created with API to be crawled by Google Bot, and visited directly by users

I have this big issue. I have developed a Gatsby website for the car parts market. The users can select car model and part type and receive a page with the parts for their specific car. I have used ...
Francesco Arnesano's user avatar
-1 votes
1 answer
1k views

Nextjs dynamic page doesn't appear when refreshing in the server (after build)

i have a problem in my nextjs application after build ,in the server , i have access to all pages but when i refresh a page with a dynamic path ( page article that is a folder contains a [id].js page ,...
imy sunshine's user avatar
0 votes
1 answer
420 views

How to click on the first result on a dynamic page using python selenium?

I am trying to click on the first result on this page, but all the options I tried didn't work. Firstly I just login into the website with email: [email protected] and password: Redfinpython06. ...
Lukas Kocian's user avatar
0 votes
1 answer
416 views

Radio button on Wix dynamic page

I am currently working on a dynamic page setup on my site which involves radio buttons. There are 4 radio buttons with each one linking to a different dynamic page and I have added the below code to ...
The_Train's user avatar
  • 321

15 30 50 per page
1
2 3 4 5 6