Missing destination name username in *storage.User"

Hello,
New to Chirpstack. Setting up Windows Server 2016 with latest downloads.
Error when trying to login using Chrome browser and Admin username.
Record exists in Postgres chirpstack_as DB.

Any help would be great.
Thanks,
Russ…

Session info:
C:\chirpstack\application-server>chirpstack-application-server
time=“2021-08-29T13:19:13.9488927-05:00” level=info msg=“starting ChirpStack Application Server” docs=“https://www.chirpstack.io/” version=3.16.0
time=“2021-08-29T13:19:13.9509018-05:00” level=info msg=“storage: setting up storage package”
time=“2021-08-29T13:19:13.9509018-05:00” level=info msg=“storage: setup metrics”
time=“2021-08-29T13:19:13.9519363-05:00” level=info msg=“storage: setting up Redis client”
time=“2021-08-29T13:19:13.9529176-05:00” level=info msg=“storage: connecting to PostgreSQL database”
time=“2021-08-29T13:19:14.0692926-05:00” level=info msg=“storage: applying PostgreSQL data migrations”
time=“2021-08-29T13:19:14.1194238-05:00” level=info msg=“integration: configuring global integrations”
time=“2021-08-29T13:19:14.1194238-05:00” level=info msg=“integration/mqtt: TLS config is empty”
time=“2021-08-29T13:19:14.120351-05:00” level=info msg=“integration/mqtt: connecting to mqtt broker” server=“tcp://localhost:1883”
time=“2021-08-29T13:19:14.1223554-05:00” level=info msg=“api/as: starting application-server api” bind=“0.0.0.0:8001” ca_cert= tls_cert= tls_key=
time=“2021-08-29T13:19:14.1223554-05:00” level=info msg=“integration/mqtt: connected to mqtt broker”
time=“2021-08-29T13:19:14.123359-05:00” level=info msg=“integration/mqtt: subscribing to tx topic” qos=0 topic=application/+/device/+/command/down
time=“2021-08-29T13:19:14.123359-05:00” level=info msg=“api/external: starting api server” bind=“0.0.0.0:8080” tls-cert= tls-key=
time=“2021-08-29T13:19:14.2237024-05:00” level=info msg=“api/external: registering rest api handler and documentation endpoint” path=/api
time=“2021-08-29T13:19:14.2237024-05:00” level=info msg=“api/js: starting join-server api” bind=“0.0.0.0:8003” ca_cert= tls_cert= tls_key=
time=“2021-08-29T13:19:30.8513218-05:00” level=error msg=“finished unary call with code Unknown” ctx_id=476323bc-512d-4662-a898-9c8f1cf927a2 error=“rpc error: code = Unknown desc = missing destination name username in *storage.User” grpc.code=Unknown grpc.method=Login grpc.service=api.InternalService grpc.start_time=“2021-08-29T13:19:30-05:00” grpc.time_ms=3.06 peer.address="[::1]:55214" span.kind=server system=grpc
time=“2021-08-29T13:19:43.6955884-05:00” level=error msg=“finished unary call with code Unknown” ctx_id=31650a74-33b8-4d81-ab10-1ed75359838a error=“rpc error: code = Unknown desc = missing destination name username in *storage.User” grpc.code=Unknown grpc.method=Login grpc.service=api.InternalService grpc.start_time=“2021-08-29T13:19:43-05:00” grpc.time_ms=0 peer.address="[::1]:55214" span.kind=server system=grpc
time=“2021-08-29T13:25:33.9022924-05:00” level=error msg=“finished unary call with code Unknown” ctx_id=2595aeef-e841-451c-815e-b71759c2ae87 error=“rpc error: code = Unknown desc = missing destination name username in *storage.User” grpc.code=Unknown grpc.method=Login grpc.service=api.InternalService grpc.start_time=“2021-08-29T13:25:33-05:00” grpc.time_ms=1.003 peer.address="[::1]:55214" span.kind=server system=grpc
time=“2021-08-29T13:25:43.0136593-05:00” level=error msg=“finished unary call with code Unknown” ctx_id=92eca956-7b43-42fb-9cd8-bc1037cdeea0 error=“rpc error: code = Unknown desc = missing destination name username in *storage.User” grpc.code=Unknown grpc.method=Login grpc.service=api.InternalService grpc.start_time=“2021-08-29T13:25:43-05:00” grpc.time_ms=0 peer.address="[::1]:55214" span.kind=server system=grpc

See this issue - did that help (not certain same root-cause but worth a shot)?

Tip: with software issues, it’s best to search for the keywords on internet - that’s what I did for you:
https://duckduckgo.com/?q=Chirpstack+missing+destination+name+username+in+storage.User&ia=web

fmgst,

Thanks for the response. I had already seen the issue you forwarded and it was no help.
Like you, I also tried to search the internet with the keywords you suggested with no success.
It’s probably a configuration issue, but almost all posts are about Linux and not Windows.
If you think it would help, I can post my chirpstack-application-server.toml file.

Thanks again,
Russ…

I have to admit that I configured ChirpStack using THESE instructions provided by mobilefish.com. I did what he recommended verbatim (except I’m on US915 and some of my sensors require the ChirpStack network server to have 500kHz channels enabled - section 5.2.3 HERE) and it worked the first time!

So, my advice would be to go through these step by step and see where they differ from your configuration. This was under Linux but configurations should be same.

fmgst,
Thanks for these instructions. They really helped. I blew away my chirpstack_as database in Postgres and recreated it, let the AS migrate the schema, and now I’m in. Thanks again for all your help.
Russ…