Heiner

Results 19 comments of Heiner

Hi @xzxb, I've tried to reproduce this issue but I didn't succeed. Have you tried to restart the Seatsurfing backend instance? What timezone is your server set to and what...

Additionally, please post the output of the following page: /ui/en/debugtime

Hi @chrsBlank , I think some environment variables do not have the correct values here. Please set ```FRONTEND_URL``` for both the admin-ui and the booking-ui containers to: ```http://localhost:8080``` Please set...

Hey @0x3e4, as Seatsurfing does not offer secure connections, I guess there's an issue with your Netscaler configuration here (seems like it's trying to establish a secure connection, which is...

Hi @0x3e4, please try a new setup without any additional configuration and without your Netscaler instance as a reverse proxy. Please use the following ```docker-compose.yml``` from the Readme (just changed...

Hi @boostMNK, thanks for your contribution! Unfortunately, some server tests are failing when testing your code. The root cause seems to be this condition in line 395 in booking-router.go: ```go...

@boostMNK Unfortunately, the problem doesn't seem to be solved yet. The server tests are still failing (you can run them locally by executing ```go test -v``` in the ```server``` folder)....

Hi @boostMNK , I just tried to fix the issues still causing the server tests to fail. However, there are some more issues with this PR which I can't fix...

Hi @MlgmXyysd , I've tried to reproduce your issue but I can't. Have you followed the instructions from the Readme on how to create the app registration?