naris

Results 43 comments of naris

@mraible , no it is not a jhipster-populated instance nor is it in a docker container. We setup a standalone keycloak server and the server doesn't have a jhipster realm,...

We have had those settings for a long time, except for the postman one: ![image](https://github.com/jhipster/generator-jhipster/assets/2623160/522dc4ab-0336-4241-abdf-3227351e316e)

Again, the problem is only when proxying through BrowserStack on port 9000, not when going directly to the application on port 8080 with the version of the application updated to...

Yeah, Browsersync. The odd thing now is that it works with the generated oauth2 sample app from github yet it doesn't work with the app I generated. I initially ran...

@mraible, I have found that if I generate a new project with the default ehcahe caching, then it works. However, if I generate the project with everything the same, except...

This is the output of the jhipster --import-jdl command: jhipster execution jhipster import-jdl .\src\main\resources\jdl\TotalFact.jdl --skip-checks WARNING! Since JHipster v8, the jhipster command will not use the locally installed generator-jhipster. If...

Zipped source of project: [totalfact-4.zip](https://github.com/user-attachments/files/15743720/totalfact-4.zip)

When I tried using tail, I did NOT include the older log files, only the 2 access_log files (and commented out the log-file settings on the conf file) and it...

Sure, here are just the access_log files (all the log files are too big) [logs.zip](https://github.com/user-attachments/files/22302119/logs.zip) and the config file and script to run it with tail [conf.zip](https://github.com/user-attachments/files/22302147/conf.zip) Running it with...

Looks like, no - turning on persist & restore duplicates everything so I turned it back off.