Vaadin - GWT error "module xxx may need to be recompiled

前端 未结 6 730
孤城傲影
孤城傲影 2021-01-27 00:27

I\'m ramping up on Vaadin and I\'m getting this javascript alert whenever I try and run the demo apps.

GWT module \'com.vaadin.terminal.gwt.DefaultWidgetSet\' ma         


        
6条回答
  •  粉色の甜心
    2021-01-27 00:32

    You may need to clear the browser cache. It is possible that the compiled js that the browser is using is not the js that has most recently been compiled.

    In Chrome you can see if the cached js is being used in the developer tools windows (ctrl + shift + i). In the size column it will say (from cache) instead of the actual size. You can then right click and clear the browser cache. ctrl + r to reload and the error should be gone.

提交回复
热议问题