forcecraft/aion

bug(elixir): QuestionChronicle not working on prod

Closed this issue · 2 comments

Type

Bug

Current behaviour
The question timers seem to be working correctly on localhost, but they are not present on prod.

Expected behaviour
The questions should change every 10 seconds.

Investigation

  • the module file is there, the branch is up to date with current master
  • the prod is up and changing questions correctly upon correct answers
  • there are no logs connected to the QuestionChronicle
  • running prod console says that the module QuestionChronicle is not available
    • cannot access it in any way so far:
      image

Rebuilding the prod now...
Rebuilding did not fix the problem. The codebase is alright, yet the module is not present on prod.

@pmrukot I'm going to update this issue with the status of the bug investigation.

The issue has been solved automagically by cloning the repo in clean directory and redeploying the whole project.