known issue with reloading web app?
Frequently when I make a change to the dev code (or even deploy a new version to my production system) it will recompile, but not actually load the new code. As a test I simply put a console.error() call in to frequently used section of code. and let the auto-updater recompile. I always see this in my wasp output :
--- Recompiling on file change... -----------
However, this sometimes results in no changes (i.e. the error message does not get displayed). The problem will persist until I do a wasp clean.
However, this sometimes results in no changes (i.e. the error message does not get displayed). The problem will persist until I do a wasp clean.