Replies: 2 comments 1 reply
-
|
Thanks for the detailed report! Firstly, that option is kinda experimental. The idea is that all asset requests are directed to the given URL. The last report back was that it was working ok so if you can set up a test project that reproduces the issue then perhaps we can look at fixing it? |
Beta Was this translation helpful? Give feedback.
-
|
(I am a bit angry my long and detailed report just got lost by me clicking a link) I am on a MacBook Air 2015 whit MacOS 12.0.1 (Monterey), So, my usual setup is that I run Which is fine for me even tho it still compiles the code and then serves then initial site by this compiled code. But if I then try editing for example /routes/index.svelte and save: I think this is caused by wails trying to serve files from the not running default configuration whilst ignoring the set devserverurl property. The part of the added I also posted some of the features I would like to see integrated in #999 but no pressure here, they are mostly aesthetic things. Thanks for reading (and I hope soon fixing). I think you can convert this to an issue at this point. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a few question about the "devserverurl" property (I hope this is the right place to ask).
These two questions result of my efforts of binding an external development server (
npm run devfor a svelte project) to the wails app. I think I don't really understand something or just didn't get it here.Also I got this error:
Whilst having the wails.json devserverurl set to
http://localhost:3000which is pretty confusing to me. I hope someone is able to help me. Thanks for your efforts :)Beta Was this translation helpful? Give feedback.
All reactions