Redirect URL is using an insecure protocol, http is only allowed for hosts with suffix `localhost`, for example: http://myapp.localhost/.
INFO[39m Reaction: [36m Initializing MongoDB replica set...
INFO[39m Reaction: [36m Connecting to MongoDB...
INFO[39m Reaction: [36m Connected to MongoDB. Database name: reaction
WARN[39m Reaction: [36m Failed to initialize a MongoDB replica set. This may result in errors or some things not working. Error: Error initializing replica set: not authorized on admin to execute command { replSetInitiate: { _id: "123", version: 3, protocolVersion: 1, members: [ { _id: 0, host: "cluster.something.mongodb.net", priority: 100 } ] }, lsid: { id: UUID("12345678") }, $clusterTime: { clusterTime: Timestamp(1590779116, 1), signature: { hash: BinData(0, 12345ABCDE), keyId: 123456789 } }, $db: "admin" } (Unauthorized)
REACTION_SHOULD_INIT_REPLICA_SET=false
to your reaction
API container?
GraphQL subscriptions ready at wss://api.mydomain.com/graphql (port 3000)
and then a couple of minutes later it kills the task SIGTERM
.net::ERR_CERT_COMMON_NAME_INVALID
when trying to deploy tbs-admin??Cross origin request blocked: The same origin policy does not allow remote resources to be read
It is https://hydra.mydomain.com/.well-known/openid-configuration. (Reason: CORS request unsuccessful)
DEBUG [react-context-oidc] : overriddenConfiguration
{client_id: "reaction-admin", redirect_uri: "https://admin.mydomain.com/authentication/callback", response_type: "code", post_logout_redirect_uri: "https://admin.mydomain.com", scope: "openid", …}
authority: "https://hydra.mydomain.com"
automaticSilentRenew: true
client_id: "reaction-admin"
loadUserInfo: true
post_logout_redirect_uri: "https://admin.mydomain.com"
redirect_uri: "https://admin.mydomain.com/authentication/callback"
response_type: "code"
scope: "openid"
silent_redirect_uri: "https://admin.mydomain.com/authentication/silent_callback"
triggerAuthFlow: true
__proto__: Object
INFO [react-context-oidc] : Protection : true
INFO [react-context-oidc] : Protected component mounted
[Violation] 'setInterval' handler took 228ms
I'm having trouble loading the admin on a prod environment of the reaction admin. I've noticed in the websocket messages that I'm able to authenticate, but then I get this response:
a["{\"msg\":\"updated\",\"methods\":[\"3\"]}"]
a["{\"msg\":\"result\",\"id\":\"3\",\"error\":{\"isClientSafe\":true,\"error\":400,\"reason\":\"Match failed\",\"message\":\"Match failed [400]\",\"errorType\":\"Meteor.Error\"}}"]
and then shows a blank admin area with only the Reaction logo and a logout buttun. From what I understand, "match failed" is an unhandled Meteor error. Has anyone experienced this before? Why might that be happening?