Alexis Hernandez
Alexis Hernandez
The project already has everything from https://v3.mui.com/ available, in particular, check [dialogs](https://v3.mui.com/demos/dialogs/), I have another project where such a component is [used](https://github.com/wiringbits/cazadescuentos/blob/1df397f90d3159c50e19859f54ef472af8659b05/pwa/src/main/scala/net/wiringbits/cazadescuentos/components/AddNewItemFloatingButton.scala#L109-L131). Good luck!
> Should I be using UUID primary keys for all DB tables? Seems the Admin interface only allows viewing individual records for tables with UUID primary keys. It's been a...
I commonly use any of these approaches: 1. Add prod details to gitignore. 2. Use ansible-vault to keep those encrypted.
> I commented out the frontend value and then ansible deployed my server.yml to the backend value. This seems weird. > I'm getting this error when I try to start...
That would be weird but I have experienced something similar in different ubuntu versions, when the app starts, it prints logs with the loaded settings, can you please check those...
> It seems that test-server causes a conflict. The second test-server overwrites the first, which only matters if it's 2 different machines. So when I run my hosts.ini with two...
Given that this has become a general discussion, I'm reopening and pinning the ticket. Previously, I mentioned that current swagger integration is tricky, I added some [docs](https://github.com/wiringbits/scala-webapp-template/blob/master/docs/swagger-integration.md) just in case...
We believe that there shouldn't be so many changes involved, still, the sources are not in this repository, they are at https://github.com/wiringbits/wiringbits-webapp-utils A simple solution would be to use the...
@nickcoast I have created https://github.com/wiringbits/wiringbits-webapp-utils/issues/138 to track this improvement.
Did you ran the ` nginx_site_web.yml ` and ` nginx_site_admin.yml` playbooks? because that can be the problem. These scripts need to be executed after changing domains.