Alexis Hernandez

Results 112 comments of Alexis Hernandez

`localhost:8080` is frontend, `localhost:9000` is backend, the issue relates to returning better error messages when invoking backend apis, for example, `localhost:9000/auth/me`throws an error if you are not authenticated.

> .setColor("inherit") I found this at the `NavLinkButton` component, hence, the component will inherit the color from its parent, I'd try setting the color on `AppBar.scala`, you could try creating...

I really haven't tried with jdk 17 but there seems to be an unknown jvm option involved. The recommended way is to leverage https://sdkman.io/ and pick the jdk from https://github.com/wiringbits/scala-webapp-template/blob/master/.sdkmanrc...

@nickcoast please check the docs and let us know if you get into any other issues: https://github.com/wiringbits/scala-webapp-template/blob/master/docs/setup-dev-environment.md

Thanks for getting back and sharing the useful insights, I'll take your suggestions and update the docs again. > yarn: I had to use global option to fix the yarn...

> Oh, good catch! most emails are sent through a background job but it seems this is not the case when you are creating an account. Now I finally remember...

> Your new docs for Architecture are extremely helpful Glad you liked that, there is still work to be done to adapt the code to make such separations clear. >...

> Actually it turns my 2.sql evolution did not cause the change in the failure mode Which makes sense, in any case, I'd expect it to cause a failure. >...

Oh, I have saw similar errors, please remove any swagger annotations you changed/added to your controller, there are tricky cases that I must document.