stakwork / sphinx-tribes-frontend

Frontend for sphinx tribes and bounties. The bounty platform that pays out in bitcoin. Sign up with Sphinx Chat, complete a bounty, and earn bitcoin! Go to our website for available bounties.
https://community.sphinx.chat/bounties
12 stars 42 forks source link

Bounty creation modal is not appearing #258

Closed ecurrencyhodler closed 8 months ago

ecurrencyhodler commented 8 months ago

Describe the bug Bounty creation modal is not appearing when I click on "post a bounty" on the home page.

https://github.com/stakwork/sphinx-tribes-frontend/assets/32662508/13d9f960-bd91-49ae-8ad1-29313a05e2cd

Expected behavior The bounty creation modal should appear.

Desktop (please complete the following information):

Acceptance Criteria

Here is an example unit test Here is an example component test

Vayras commented 8 months ago

If I go directly to the people-test.sphinx.chat I can reproduce this but the same wont happen If I run the site locally with host.ts connecting to people-test.sphinx.chat

Screenshot 2024-02-16 at 2 27 35 AM Screenshot 2024-02-16 at 2 27 43 AM
ecurrencyhodler commented 8 months ago

This was introduced in this PR: #255

What's strange is that this can't be reproduced locally which is probably why it also passed the cypress E2E test which covers this scenario.

Vayras commented 8 months ago

@ecurrencyhodler really strange, what other checks can be implemented to avoid this

ecurrencyhodler commented 8 months ago

I think we need to find the root cause before figuring that out.