-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking "Last" on the Explore page gives ISE #270
Comments
It is caused by error:
Happening from this controller: calling Workaround added to production instance:
|
Tried to fix in https://github.com/common-workflow-language/cwlviewer/blob/main/src/main/java/org/commonwl/view/workflow/Workflow.java but it needs to be tested! |
To test this would need to import all the old content: https://github.com/common-workflow-language/cwlviewer/blob/main/dump.sh can dump a JSON file of all workflows from the production instance https://view.commonwl.org/ https://github.com/common-workflow-language/cwlviewer/blob/main/load.py can process your JSON file to refresh a new instance - you can use that as starting point for picking up fields |
Seems to be fixed! |
The URL that it goes to is https://view.commonwl.org/workflows?page=1982&size=10
changing this to https://view.commonwl.org/workflows?page=1982&size=1 correctly renders a page with a single entry.
p.s. it's cute how
Error: An internal server error occurred
is followed by "If this error was unexpected...". I'd suggest that logging Internal Server Errors might be useful. They rarely are expected or anything good.The text was updated successfully, but these errors were encountered: