Victor
Victor
I have WSL 2 installed and everything seems to work perfectly. Apart maybe from the fact that I can't get valet secure to work. Although I doubt this has something...
Yes, you have to be an insider to get the Windows 10 20H1 build (which includes WSL 2) I don't get an error, but Firefox complains that the certificate is...
Whoops. Turns out I was not using WSL2, sorry guys! I thought that by running in the Fast track I would automatically have the latest WSL as well, but I...
I am facing the same problem. Very frustrating.
Did you follow the guide? >Make sure the reset password emails have the correct reset link by adding these to your User model: >before class name `use Backpack\Base\app\Notifications\ResetPasswordNotification as ResetPasswordNotification;`...
I'm getting the same error here. With the Roboto Black font downloaded from Google Fonts, and with error message: ``` Unhandled Exception: RangeError (byteOffset): Index out of range: index should...
I've opened a new discussion for this feature request https://github.com/coollabsio/coolify/discussions/2468
Good news! I have managed to remove all the duplicate config. It is working well on my machine, and should be on yours as well. Please note that you should...
@JoshData Any chance you can take a look at this? It's a fairly minor change, and adds a convenient place to look for the webmail for users having their website...
Using the `__DEV__` flag to handle it is a nice way to circumvent this: ``` if (__DEV__) { useDrizzleStudio(expoDb); } ```