beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
5 stars 0 forks source link

[CLI] Unable to open Swagger URL in CLI micro #3725

Open BeamDwayne opened 4 weeks ago

BeamDwayne commented 4 weeks ago

Describe the bug User is unable to visit swagger url when launching in CLI micro via cmd.

Pre-requisite: CLI Setup for Beamable Tools - https://disruptorbeam.atlassian.net/wiki/spaces/QA/pages/2909437953/C3741178

To Reproduce Steps to reproduce the behavior:

  1. Create a folder to test
  2. Launch Command Prompt
  3. go to folder directory   example: e:            cd e:/downloads/qa/cli_qa_micro
  4. Install Beamable Templates: “dotnet new install Beamable.Templates::1.16.2-PREVIEW.RC1”
  5. Type "beam project new micro1"
  6. micro1 stands for microservice name
  7. Enter alias
  8. Enter email and pw
  9. (Unity)Autogenerated Client updates = N
  10. (Unreal)Autogenerated Client updates = N
  11. type "explorer micro1"
  12. open micro1.sln in visual studio
  13. run micro1
  14. go to Command Prompt and "cd micro1"
  15. command prompt > type “beam project open-swagger”

Expected behavior Swagger url loads properly

Actual behavior Infinite loading when attempting to visit swagger URL

Screenshots climicro

Metadata Please include, 1.19.23 RC1 Windows 10 Brave Browser

BeamDwayne commented 3 weeks ago

I was able to open the swagger page on a new project.

But the specific project I have last week cannot open Portal Properly when launching both: