Not working properly after building the app? #1692
-
I tried building with "wails build", the interface loads but doesn't work properly, I can't see the problem.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Does everything work as expected when using If so, after running that, does the result of another I'm wondering whether it's just that the frontend code hasn't been (re)generated yet: #1683 (comment) If using If none of that helps, what version of wails are you using? |
Beta Was this translation helpful? Give feedback.
Does everything work as expected when using
wails dev
?If so, after running that, does the result of another
wails build
now work as expected?I'm wondering whether it's just that the frontend code hasn't been (re)generated yet: #1683 (comment)
If using
wails dev
does work, you can also trywails generate module
followed bywails build
: https://wails.io/docs/next/reference/cli#moduleIf none of that helps, what version of wails are you using?