Hi. I have an online sharepoint website in the company where we have aspx pages using HTML files and these use JavaScript files.
The aspx page references the HTML file and this has the JavaScript that fetches information from sharepoint lists and creates a form for inserting information.
The JavaScript file is in a document library and had to be changed. I made the change and published the file. After publishing everyone can see the new version of the file in the library. However, in the solution, the page looks like it still uses the old version of the JavaScript file.
Likely to be a cache issue, I don't know. How is this possible?
How can I solve this?
Thanks