I am hosting a dashboard that I have created on render as a static site and I have been having issues with render when trying to handle password reset.
Whenever a user clicks a URL link from their email they are automatically redirected to index.html and the query string is lost.
I was looking through the following doc to see how I can avoid redirecting/rewritting when there are query strings but I don’t see anything in the documentation about it.
If this feature isn’t currently available on render I will need to host our dashboard somewhere else.
Any help would be greatly appreciated!