Forum Discussion
Status Code 500 PowerBI Libs List Folder
What are you trying to do here? It looks like you are asking the server to open a report with a blank name which is possibly why you are getting an error. It should maybe return a 404 instead of a 500 error, but it would still be an error.
If you just want to navigate back to the parent folder you can click on the breadcrumbs in the header
Hi d_gosbell,
Thanks for your answer.
We know that what you indicate works well. The problem is that some users access a report and instead of clicking on the folder, they delete the name of the report to be able to choose another report from the folder. And we want to prevent that from producing a 500 error. In theory, if you indicate the url in a new browser, it loads all the reports, but if you delete the name of the report, it acts differently.
Regards,
Jose Luis
- d_gosbell3 years agoSuper User
JLUrbano wrote:
In theory, if you indicate the url in a new browser, it loads all the reports, but if you delete the name of the report, it acts differently.
I cannot reproduce this. I get the error no matter if I delete the report name or if I copy the first part of the URL into a new browser window.
I think you have 2 choices:
- Either educate your users to click on the folder or use the browser back button to go back.
- Or you could try raising a support ticket with Microsoft and see if they will treat this as a bug (but my guess is that they will tell you to use one of the approaches above)
- JLUrbano3 years agoRegular Visitor
Hi again,
It is important to say that when a paginated report (.rdl) is loaded and we remove the report name from the URL, the list of reports appears but in FTP format, as can be seen in the image:
https://Server.domain/reports/report/FolderRoot/ARDE
Maybe this can give a clue. The version number also appears in case it matches the version you are testing.
A lot ot thanks,
Jose Luis
- d_gosbell3 years agoSuper User
This is totally expected. The url format for paginated reports is different to the one used by Power BI Reports.
Again you should be using the folder link at the header of the report. It is a single click and is by far the easiest way to get back to a specific folder.