You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given deploy custom-provider
When nats-server requires jwt and seed
Then provider fails startup with "ERROR Failed to create provider error="nats: Authorization Violation"
Problem:
//provider.go// Connect to NATSnc, err=nats.Connect(hostData.LatticeRPCURL)
iferr!=nil {
returnnil, err
}
Given deploy custom-provider
When nats-server requires jwt and seed
Then provider fails startup with "ERROR Failed to create provider error="nats: Authorization Violation"
Problem:
Solution:
When: git push --set-upstream origin bug/provider-nats
Then: ERROR: Permission to wasmCloud/go.git denied to Solverj
//Solve Sthor
The text was updated successfully, but these errors were encountered: