-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi,
I followed the "Scenario 2" instructions here: https://github.com/Systems-Modeling/SysML-v2-API-Services (and got one fix, which worked, from here: #118) to get SysML v2 REST/HTTP API and Services running locally on my machine with: (MacOSX / Apple M3 Pro /macOS Sonoma 14.1.1).
I check the PostgreSQL database, not the docker version, and I can see the tables all got created. I randomly checked to see if any data was in them, none. I am assuming this is norm and I will need to add data. Learning this tool, so that more than likely is beyond installation.
ISSUE:
When I go to the http://localhost:9000/docs/ page, only a blank screen is displayed.
OBSERVATION:
-
When I go to http://localhost:9000/, I see the following::
Welcome to SysML 2.0 REST API implementation! Project Creation Service and Project Navigation services are working. Based on the instructions, at this URL: http://localhost:9000/docs/, I should see a Swagger page (as shown in this image: https://gist.githubusercontent.com/manasbajaj/0635b32fcf42a75eeca79744af953732/raw/0f73c2f3c8464bc36cb9341516bf9bdfb2342163/SysML-v2-REST-HTTP-API-Swagger-Doc.png) -
At the end of the "sbt run", I get the follow, which seem ok
[info] p.a.h.EnabledFilters - Enabled Filters (see https://www.playframework.com/documentation/latest/Filters):play.filters.headers.SecurityHeadersFilter
play.filters.hosts.AllowedHostsFilter
play.filters.cors.CORSFilter
[info] play.api.Play - Application started (Dev) (no global state)
Can anyone please provide some guidance on what might be the issue (link to fix, actual fix, or any information that can help me resolve this)
Thanks
Rich