#Special Routes help

6 messages · Page 1 of 1 (latest)

topaz flame
#

in next js if i have my routes like

/app
└── /tournament
    ├── /loading
    │   └── page.tsx  
    └── /[id]
        └── page.tsx  

it gives me an error i suppose cuz it interfears with the dynamic path [id] or maybe loading is a speical route can anyone tell me if there is a fix

narrow ledgeBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

last storm
#

What error do you get? Out of interest what does the loading route handle?

topaz flame
topaz flame
last storm
#

can u send ss of the error u get?