I’m experiencing a load error when selecting the ‘Workspaces’ tab at https://anvil.terra.bio/#workspaces:
Clicking ‘details’ gives the message s.split is not a function
:
I’m experiencing a load error when selecting the ‘Workspaces’ tab at https://anvil.terra.bio/#workspaces:
Clicking ‘details’ gives the message s.split is not a function
:
From Terra Support 5:38pm EDT
Your request (156601) has been received and is being reviewed by our support staff.
From Terra Support 9:43am EDT
Thanks for reaching out. Can you try the following things and let me know if you still experience the issue?
- Access Terra in a different web browser or in incognito mode
- Disable ad-blockers if you are using any
- Make sure your web browser is allowing 3rd Party Cookies
Is it possible that I caused this using AnVILPublish? I’ve discovered:
An error occurred
message. The error details are slightly different if I navigate directly to the workspace (see below).From Terra Support 11:25am EDT
Can you please provide more details on what “AnVILPublish” is? Where are you using and/or seeing AnVILPublish?
I am using the AnVILPublish package to create/update workspaces from RStudio, e.g.:
From Slack 12:56pm EDT
There was an issue with AnVILPublish that this seems reminiscent of —
I thought this parameter mis-match (the API says it should be a string, but it was being sent, and not checked, as an object) had been made more robust on the server side. The commit mentioned above is in the ‘devel’ branch of AnVILPublish, so
BiocManager::install("Bioconductor/AnVILPublish")
and then restarting R would fix this problem.Perhaps there are other analogous problems that have not been detected…
Reinstalling AnVILPublish
from BiocManager::install("Bioconductor/AnVILPublish")
worked perfectly - I can see both the Workspaces tab and the newly created workspace. Thanks!