Manol T.
Manol T.
Explore posts from servers
WWasp-lang
Created by Manol T. on 11/29/2023 in #🙋questions
How to store client secrets?
Hi, I am creating azure storage file upload feature and I need to keep my tokens as a secret. In the documentation is written that it is not a good idea to keep secrets in env variables. What would be the best practice to keep secrets without using any cloud secrets service?
8 replies
FFilament
Created by Manol T. on 11/2/2023 in #❓┊help
How to optimize the performance of an Table
No description
7 replies
WWasp-lang
Created by Manol T. on 10/28/2023 in #🙋questions
Blank Page when start the app
Hello fellow waspers, Occasionally when I run wasp start I recieve a blank page and there are no errors in the wasp console. How could I solve it?
3 replies
WWasp-lang
Created by Manol T. on 10/25/2023 in #🙋questions
Wasp cannot find wasp root after downloading MageGPT app
Hi, nice to meet you all! I am having issues to run the app that MageGPT generated for me. I have installed wasp and I have tried to setup a blank app and it worked. Unfortunately when I tried running the generated code, it said: Couldn't find wasp project root - make sure you are running this command from a Wasp project. I am wondering how to fix this issue. I will appreciate your help.
10 replies
FFilament
Created by Manol T. on 10/11/2023 in #❓┊help
How to put Filament assets together with Vite assets?
Hello, I am new to fillament. I will appreciate your help. I want to achieve a single command build, because I have both php artisan filament:assets and vite. I am with clean installation of Laravel and Filament and I am settuping an application. When I publish the assets by running php artisan filament:assets they go the public/ directory. I also have assets defined in vite.config.js from the resources/ directory. In architecrtural perspective, how can I combine the assets and run only one command for the build (I need dev and prod build)? I am not sure if this is the correct approach, so I would ask for more advanced aproach if there is any. Sincerely, Manol.
8 replies