NuxtN
Nuxtβ€’3y agoβ€’
6 replies
Cetus πŸ”›πŸ”

getQuery() with a url doesn't work very well?

Using getQuery, I want to get a parameter called
url
. For short url it works (https://nuxt.com/modules gives https://nuxt.com/modules). But with a more complex URL like this: https://portal.azure.com/#@eduetatfr.onmicrosoft.com/resource/subscriptions/[my id]/resourceGroups/DefaultResourceGroup-westeurope/overview , I only get https://portal.azure.com and not the whole URL.

Code:
const { url } = await getQuery(event);
Was this page helpful?