Developing a Secure API with NestJS

Hi,
I am following the blog: Developing a Secure API with NestJS: Managing Identity

I am attempting to connect the test WAB application to API.
I can connect with postman with the URL http://localhost:8000/api/v1/items but the WAB client says “Network Error. Unable to retrieve menu information.”
In the API I have cors.enable()

Could you assist with this step in the blog?

Many thanks

Chris

1 Like