A couple of times it did show the link above the upload button, after uploading the file, while in development mode.
But all the other times, both in development mode and in live mode, it uploads the file but nothing shows on top of the upload button.
I can see the file among the uploaded files in the “Data” section, but they are not accessible from the root folder.
Files are version-specific, that means that you have to upload them in test and deploy the app from test to live for them to be accesible there.
If you are trying to upload the files in the editor in version-live, they won’t be uploaded
If you upload a file in the editor in version test, it won’t show up in live until you deploy the app
Also the url should be appname.com/filename where filename is whatever you enter in the input in Settings rather than the name of the file itself (file123.js).
I did read about the root directory files being version-specific, but I did not understand the correct procedure to upload them.
I think your explanation is more accurate and understandable than Bubble manual and builder