lukevella / rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

Home Page:https://rallly.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Created poll not displayed due to wrong JS url

wneessen opened this issue · comments

Describe the bug
When I create a new poll, once I submit and the poll is tried to be opened, all I get is a blank page. Looking at the Firefox devtools the console throws an error about not being able to load JS due to a a [urlId] in the URL.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Rallly URL
  2. Create a new Poll
  3. Select all options
  4. Submit
  5. Being forward to the actual poll URL
  6. Blank page is display with the error above

Expected behavior
The poll should be displayed

Screenshots
image

Desktop (please complete the following information):

  • OS: macOS X 14.1
  • Browser Firefox
  • Version 119.0

Additional context
Running Rallly in a selfhosted environment using the :latest docker image. Migrations are all fine but for testing purpose I deleted the full database and rerun the migrations from scratch - without issues.

I just updated the docker image to the latest version, which seems to have fixed the issue. The polls are now shown correctly.

@wneessen Thanks for checking. Not sure what fixed it but glad the update resolved it for you.