Online url referencing which path

Hello

When I pilot the experiment, I get a forbidden 403 ngix error.
Please note that all of my experiments live in a common folder with experiments in subfolder.

In order to debug this, is there a way to see what folder location the url might be fumbling on?

If I move the psyexp to just inside the parent folder and export html from there , it works. Relative paths to libs etc are all correctly encoded inside the original subfolder location:

import { PsychoJS } from ‘./lib/core-2020.2.js’;
import * as core from ‘./lib/core-2020.2.js’;
import { TrialHandler } from ‘./lib/data-2020.2.js’;
import { Scheduler } from ‘./lib/util-2020.2.js’;
import * as visual from ‘./lib/visual-2020.2.js’;
import * as sound from ‘./lib/sound-2020.2.js’;
import * as util from ‘./lib/util-2020.2.js’;

Are there are reasons why having experiment in subfolders (even though all the paths are relative within the folder) wouldn’t work?

OS (e.g. Win10): mac sierra
PsychoPy version (e.g. 1.84.x): 2020.2.3
Standard Standalone? (y/n) If not then what?: scratch build