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!
Apple
2
Have you added a query manager to your page?
ben
3
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!