Node.js route & query params

Hello everyone,

How to create route like this in node.js and access its params in a view?

https:/domain.com/authorize?response_type=code&client_id=CLIENT_ID&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&state=STATE

Only adding the query params, gives " localhost redirected you too many times." error...

Thanks!

Have you added a query manager to your page?

Adding to @Apple's reply, have a look at

https://docs.wappler.io/t/defining-and-using-url-parameters/2913

This video on using routing with Wappler may help

hello @Hyperbytes and @Apple !!

Thanks for your replies!!! I found the issue! It was a server connect extension that was generating these errors!!

All the best! Have a awesome week!