You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after some messing around with @spficklin its definitely something to do with the Apache redirect, but i cant figure out how to resolve it...
basically the PUT in the uploader gets redirected from PUT /tripal/tripal/upload/0-tripal_importer/amel_cds.fasta/save/0
to PUT /upload/0-tripal_importer/amel_cds.fasta/save/0
it seems like the tripal_apache.conf file should hold the answer but i just dont get it. could you provide any insight into how to resolve this?
The text was updated successfully, but these errors were encountered:
Playing with the env vars should help in many cases, but there might be some corner cases that fail. I think most of the complications come from apache serving tripal at /tripal/ instead of simply serving it at/.
It would be good to change it in the image, but it requires a lot of testing, and I won't be available for most of september so...
I'm not able to use the tripal file loader on my local machine running this repo, or my cloud in production using a fork of this stack.
heres the issue i made in core:
tripal/tripal#978
after some messing around with @spficklin its definitely something to do with the Apache redirect, but i cant figure out how to resolve it...
basically the PUT in the uploader gets redirected from
PUT /tripal/tripal/upload/0-tripal_importer/amel_cds.fasta/save/0
to
PUT /upload/0-tripal_importer/amel_cds.fasta/save/0
it seems like the
tripal_apache.conf
file should hold the answer but i just dont get it. could you provide any insight into how to resolve this?The text was updated successfully, but these errors were encountered: