Robert Einars
Robert Einars
> I have released a new version [v1.7.0](https://github.com/FaisalUmair/udemy-downloader-gui/releases/tag/v1.7.0) which should allow you to login easily using the Udemy website itself. > > The new version will support all kind of...
Further research shows that when using `HTTPD_SERVER=nginx-stable` in the `.env` file the `https://devilskit.loc` site just shows `Upgrade Required` meaning NGINX might not have support for HTTP/2.0 enabled. When choosing `HTTPD_SERVER=apache-2.4`...
https://github.com/vitejs/vite/pull/677#issuecomment-752210185 is possibly very related to this. The `wss` on port 24678 needs to be proxied to the PHP container as well. How do I need to change the vhost...
@boumanb :wave: Here is the thing. The app goes over 3000 and HMR over the secure websocket port 24678. I have both ports opened in the `docker-compose.override.yml` file. This is...
It is exactly that issue with Vite so far not supporting wss, not the only one waiting for that pull request to go through.. :clock1130: Thank you for confirming the...
[SvelteKit](https://kit.svelte.dev/) now works with [Devilbox](http://devilbox.org/), secure local dev domain and **HMR**! svelte.config.js ```javascript import { readFileSync } from 'fs'; /** @type {import('@sveltejs/kit').Config} */ const config = { kit: { //...
A heads up on https://github.com/cytopia/devilbox/issues/709#issuecomment-672836495. I had to run `sudo find . -type f -exec chmod 664 {} +` and `sudo chown 1000:1000 *` on the `${DEVILBOX_PATH}/ca/certs` directory for latest...
Current status. `npm ls` ```shell ├── @sveltejs/[email protected] ├── @sveltejs/[email protected] ├── @sveltejs/[email protected] ├── @sveltejs/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├──...
I have tried everything, I think (and surely spent much time on this). Only works with HMR over `https://devilskit.loc:3000`. Fork this https://github.com/robots4life/devilskit and see yourself. Do a simple `npm i`...
The Vite and SvelteKit crew have closed the issue on their end `https://github.com/sveltejs/kit/issues/1134` so unless we find out what is causing the endless reload with the Devilbox I will have...