Rstudio 2023.12.1-402 invalid CSRF form

I’ve figured this out based on someone else solution. It was in the auth script. I had to change “ne” to “lt”

if [[ $# -ne 1 ]]; then

This is also because the step by step instructions is to clone from GitHub - OSC/bc_example_rstudio: An example OnDemand interactive RStudio app using Singularity
Which is slightly out of date hence why the difference in auth file.