Fitz Elliott
Fitz Elliott
I've got an open ticket on the COS JIRA to check out a bunch of projects like this. I'm especially interested in how they map providers' non-filesystem-compliant semantics to actual...
Hey @pankajkgupta, We're working on adding Personal Access Token support currently. You can track the progress of the ticket at #163. This is our highest priority for the next release....
Hey @pankajkgupta, I've just merged #163 into the `develop` branch. Would you mind testing it? It should go out in the next release. Thank you! Cheers, @felliott
Hey @weir12, When you say a "large project", do you mean a project containing a large file or a project containing many small/medium-sized files? And could you you give me...
Hey @jpkeith4, That should be happening on [this line](https://github.com/CenterForOpenScience/modular-file-renderer/blob/develop/mfr/server/handlers/render.py#L42) in modular-file-renderer. Looking at that code, it appears as though it's using the same protocol as the request it receives. Can...
That's... strange. Could you inspect the HTML in the iframe and search for `http://share-mydomain`? About how many times does that appear? Could you pastebin the iframe contents? I wonder if...
Hey @jpkeith4, I'm a bit confused now. What service is causing this problem? The URL you pasted in the first comments looks like an MFR url, but you've mentioned SHARE,...
Shot in the dark: after you set up the environment variables, did you do `docker-compose restart` or `docker-compose up --force-recreate --no-deps`? The first one will suffice for code changes, but...
Hey @jpkeith4, You may need to set up WB & MFR to work on https internally as well as externally. Most folks on dev run everything over http. In production...
Hey jpkeith4, My bad about changing the internal url. I thought you meant that you had changed it to `https://:7777/` rather than `https://:7777/`, and that it might be bypassing your...