- Log in to post comments
User bio
404 bio not found
Member since Jul 1, 2019
Posts:
Replies:
Try this
Set %response.ContentType = "application/json"- Log in to post comments
Hi John, could you please tell me which class you are extending?
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Followers:
Rodolfo has no followers yet.
Following:
I believe this behavior is happening because the files are located inside a OneDrive-synced folder. OneDrive may update file metadata during the synchronization process, and the extension could be interpreting those changes as file modifications, triggering a new compilation.
It might be worth moving the project to a folder outside of OneDrive to verify whether the issue persists.