Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE] BE_URL - Delete empty space between host and port #53

Open
elfro opened this issue Jan 17, 2023 · 0 comments
Open

[FE] BE_URL - Delete empty space between host and port #53

elfro opened this issue Jan 17, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@elfro
Copy link
Collaborator

elfro commented Jan 17, 2023

BE_URL has the wrong value, cuz REACT_APP_BE_URL might be imported with one extra space in the end of the string.

Branch: GH-47-add-missing-ros-events

STR:

  1. Open FE app in the browser
  2. Click on 'Play' icon

Actual result: the following request is failed:

method: POST
url: `${BE_URL}/offer`

image

Expected result: URL should be valid and request should pass successfully

@sskorol sskorol self-assigned this Jan 17, 2023
@sskorol sskorol added the bug Something isn't working label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants