Nextjs 13.5.1: When another folder is created with app folder, its not showing up on the website
Here, is the thing, I’m creating a dashboard layout website, for that i created a dashboard folder with its layout & page file -> inside the app folder.
Nextjs 13.5.1: When another folder is created with app folder, its not showing up on the website
Here, is the thing, I’m creating a dashboard layout website, for that i created a dashboard folder with its layout & page file -> inside the app folder.
Nextjs 13.5.1: When another folder is created with app folder, its not showing up on the website
Here, is the thing, I’m creating a dashboard layout website, for that i created a dashboard folder with its layout & page file -> inside the app folder.
Nextjs 13.5.1: When another folder is created with app folder, its not showing up on the website
Here, is the thing, I’m creating a dashboard layout website, for that i created a dashboard folder with its layout & page file -> inside the app folder.
Nextjs 13.5.1: When another folder is created with app folder, its not showing up on the website
Here, is the thing, I’m creating a dashboard layout website, for that i created a dashboard folder with its layout & page file -> inside the app folder.
Nextjs 13.5.1: When another folder is created with app folder, its not showing up on the website
Here, is the thing, I’m creating a dashboard layout website, for that i created a dashboard folder with its layout & page file -> inside the app folder.
Nextjs 13.5.1: When another folder is created with app folder, its not showing up on the website
Here, is the thing, I’m creating a dashboard layout website, for that i created a dashboard folder with its layout & page file -> inside the app folder.
Nextjs 13.5.1: When another folder is created with app folder, its not showing up on the website
Here, is the thing, I’m creating a dashboard layout website, for that i created a dashboard folder with its layout & page file -> inside the app folder.
How do I integrate RDStation Forms in my NextJS project?
I need to add a form to my page. The first time I navigate to the route with this component, it renders normally, but each time I reload the page, the form disappears. Additionally, when I manually disable the cache in my browser and reload the page, the form appears. I receive a CDN script tag and an example of how to implement the form, but it simply doesn’t work.
Tutorial that doesn’t work:
https://ajuda.rdstation.com/s/article/Inserir-formul%C3%A1rio-em-site-criado-em-React?language=en_US
Script doesn’t get called when internally navigating
I am converting a .net site to next.js. I don’t want to rewrite all the javascript so I am just loading their main.js file in the head of the layout file using a the next.js Script component. This file is 52,000 lines long and I don’t have the time to rewrite it all in React. Everything works well on load, but the javaScript doesn’t work after internal navigation, it only works when the page refreshes.