leonard2901 commented on PR #896: URL: https://github.com/apache/guacamole-client/pull/896#issuecomment-1662084545
> I tried using `ng serve` to deploy the webapp but it seems to have problems loading a module. Is this expected?  Thanks for taking the time to look at this! From the screenshot it looks like there are two problems with your setup: - The Angular app can't find the example extension (`doc/guacamole-frontend-extension-example`) which is expected to be running on port 4202. This is currently hard-coded to show how extensions can be loaded in Angular without having to touch the Java code of the server. - If you run the app with `ng serve`, all requests will be made against `localhost:4200` by default. Please see the last section of the PR description for a workaround for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org