When I click on a link in the production environment it goes to …./Reports?reporttype=1 when i try the same in the development / local environment it tries to go to …/Reports/?reportype=1 and i get a 404 error. (ie it adds a trailing “/” between page and parameter when in development but not in production)
I’ve tried adding the 2nd param as :UQNID and it seems to work and when i go to use that route both parameters come up, but when i add a param for each say 2 for one and 4 for the other it shows Reports/24…. if I change so that param one is 24 and param two is 3 then it shows Reports/243 and I cant only specifiy 1 param but can do 0 and 4 which gives Reports/04.
but it doesnt seem to work because if when using it i select the 1st param and set it to 1 or if i select the 2nd param and set it to 1 then the result is the same Reports/1.. which doesnt seem right!!!
Hi, I now have the problem that when i click on the button with ReportHome/1 it fails and doesnt launch the ReportHome page. If i remove the /1 it launches the page ok (w/o the param).(i changed the page Reports to ReportHome)
Would really appreciate any guidance on how to fix or debug please.
Ive tried removing the page access control and has no effect
The code calling to route to ReportHome - note there are 2 buttons - the 2nd one is the original (although with the param removed for testing) and a browser goto, the top one i added as i thought the problem might be i needed a link rather than goto… but when with param neither work
Where are these buttons/links located? Are they on the same (ReportHome) page or on another page?
What do you mean by "it fails"? What error do you see?
Can you link to my local development ? if so how do i do that. Alternatively i have a production version (with no customers yet) so can provide you a userid and password. what works best?