diff --git a/newIDE/app/src/ResourcesLoader/index.js b/newIDE/app/src/ResourcesLoader/index.js index 43f2d79d6d80..d21a65c272d5 100644 --- a/newIDE/app/src/ResourcesLoader/index.js +++ b/newIDE/app/src/ResourcesLoader/index.js @@ -134,7 +134,8 @@ export default class ResourcesLoader { const projectPath = path.dirname(file); const resourceAbsolutePath = path .resolve(projectPath, urlOrFilename) - .replace(/\\/g, '/'); + .replace(/\\/g, '/') + .replace(/#/g, '%23'); console.info('Caching resolved local filename:', resourceAbsolutePath); return this._cache.cacheLocalFileUrl(