noi-techpark / odh-mentor-otp

4 stars 8 forks source link

fix journey stop routing white page #29

Closed stefanocudini closed 3 years ago

stefanocudini commented 3 years ago

this PR fix stops and route lines white page bug. these issues: https://github.com/noi-techpark/odh-mentor-otp/issues/26

I have not been able to replicate this problem https://github.com/noi-techpark/odh-mentor-otp/issues/28

but it could be related to the fix of this PR

ask you to try after doing a new image building of journey

P.S. the /otp-app folder has been renamed to journey

bertolla commented 3 years ago

@stefanocudini I tried to run the pipeline but it failed when creating the image for journey. The error I get is the following:

[0mService 'journey' failed to build: The command '/bin/sh -c cd ./app &&   yarn install' returned a non-zero code: 1

Debugging locally I also got this error msg

warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.

might correlate with the npm command which is executed beforehand but you might know better.

stefanocudini commented 3 years ago

@bertolla I'm Sorry, I try to resolve as quickly as possible