I'm trying to add an icon to an already populated custom token marker set but it fails. Here are the steps I follow : Open the token marker set I want to add the image to. Click on the "Add images" button. Drag the file in the popup or click the "choose a file" button within it. Wait for the image to be uploaded (or at least for the progress bar to fill). Click on the "Upload" button. A new popup appears claiming to be processing the files and warning me that it may take a few minutes. This dialog contains a progress bar that is filled almost immediately upon being displayed, but the process never seems to end. After about 20 minutes of waiting, nothing changed : the "Processing files" dialog was still up, asking me to wait, and the set remained not updated. Checking the console, I noticed the POST request sent during step 3 resulted in a 403 status ( <a href="https://app.roll20.net/marker-library/uploadimage/305007" rel="nofollow">https://app.roll20.net/marker-library/uploadimage/305007</a> ) with no relevant error message (the response is just a bigass html file, possibly roll20's landing page). When clicking the "Upload' button in step 5, an error message appears in the console : Uncaught TypeError: Cannot read properties of null (reading 'join') at 305007:1547:88 Since I've had no problem adding token markers to a new, empty set, I tried adding this file to a new set but it failed the same way. I tried adding to this empty set a file I had already managed to import in another set but it failed too. Misc infos : The file I'm trying to add is a 256x256 png file named "Reveal_icon.png". I currently have 213.2 KB of token markers and about 3.8 MB of free space on my account. I have a stable internet connection. I'm using the latest version of the Vivaldi browser. I've used previous versions of this browser to upload token markers successfully. That's about it. Tell me if there's anything I can do to circumvent this problem or help solve it. Edit: I did try to refresh my browser, empty its cache, close it and restart it, and even reboot my PC. PS: kind of unrelated but I had my browser console opened when I went to the My Account page. I'll skip over the error stack traces printed as regular messages to just point this message out : You are running a development build of Vue. Make sure to use the production build (*.prod.js) when deploying for production. ._.