“ logger is not defined” on sfdx force:user:display output? [BUG]
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty{ margin-bottom:0;
}
up vote
1
down vote
favorite
I'm getting
ERROR: logger is not defined.
error after issuing sfdx force:user:display command.
What I'm trying to input is:
sfdx force:user:display
sfdx force:user:display -u username
It seems to work with --json parameter though.
What am I doing wrong? These commands are the same as examples in
https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_user.htm#cli_reference_display
I'm running sfdx-cli/6.40.0-384e0c6cf2 version.
salesforcedx salesforcedx-cli
add a comment |
up vote
1
down vote
favorite
I'm getting
ERROR: logger is not defined.
error after issuing sfdx force:user:display command.
What I'm trying to input is:
sfdx force:user:display
sfdx force:user:display -u username
It seems to work with --json parameter though.
What am I doing wrong? These commands are the same as examples in
https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_user.htm#cli_reference_display
I'm running sfdx-cli/6.40.0-384e0c6cf2 version.
salesforcedx salesforcedx-cli
getting this as well on force:user:display
– Eric
yesterday
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm getting
ERROR: logger is not defined.
error after issuing sfdx force:user:display command.
What I'm trying to input is:
sfdx force:user:display
sfdx force:user:display -u username
It seems to work with --json parameter though.
What am I doing wrong? These commands are the same as examples in
https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_user.htm#cli_reference_display
I'm running sfdx-cli/6.40.0-384e0c6cf2 version.
salesforcedx salesforcedx-cli
I'm getting
ERROR: logger is not defined.
error after issuing sfdx force:user:display command.
What I'm trying to input is:
sfdx force:user:display
sfdx force:user:display -u username
It seems to work with --json parameter though.
What am I doing wrong? These commands are the same as examples in
https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_user.htm#cli_reference_display
I'm running sfdx-cli/6.40.0-384e0c6cf2 version.
salesforcedx salesforcedx-cli
salesforcedx salesforcedx-cli
edited yesterday
Eric
44.5k649113
44.5k649113
asked 2 days ago
pkozuchowski
835
835
getting this as well on force:user:display
– Eric
yesterday
add a comment |
getting this as well on force:user:display
– Eric
yesterday
getting this as well on force:user:display
– Eric
yesterday
getting this as well on force:user:display
– Eric
yesterday
add a comment |
2 Answers
2
active
oldest
votes
up vote
4
down vote
This sounds like a bug in the CLI that you should report it via initiating the case .
You can see a better log in the logger file that will be stored in the $HOME/.sfdx/sfdx.log file .
The error that got generated is as below
{
"name": "sfdx",
"hostname": "Mohiths-MacBook-Air.local",
"pid": 16768,
"level": 50,
"msg": "[ false,n '{"message":"logger is not defined","status":1,"stack":"ReferenceError: logger is not defined\\n at UserDisplayCommand.getHumanSuccessMessage (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/lib/user/userDisplayCommand.js:86:9)\\n at _logSuccess (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/index.js:157:71)\\n at _notifyUsageDataCollection.then.then.then.then.then.then.then (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/index.js:455:9)\\n at tryCatcher (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/util.js:16:23)\\n at Promise._settlePromiseFromHandler (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:510:31)\\n at Promise._settlePromise (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:567:18)\\n at Promise._settlePromise0 (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:612:10)\\n at Promise._settlePromises (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:691:18)\\n at Async._drainQueue (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:138:16)\\n at Async._drainQueues (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:148:10)\\n at Immediate.Async.drainQueues (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:17:14)\\n at runCallback (timers.js:789:20)\\n at tryOnImmediate (timers.js:751:5)\\n at processImmediate [as _immediateCallback] (timers.js:722:5)","name":"ReferenceError","warnings":}' ]",
"time": "2018-11-18T20:56:36.478Z",
"v": 0
}
I'd just like to add I'm getting this error also however cannot find an sfdx.log. Also works for me when using --json
– Luke Bray
yesterday
1
Maybe someone with premier support can log a case? This appears to be DX wide but they will just close it and point me to the forums if I submit it....
– Eric
yesterday
1
I've pinged Wade Wenger on Twitter. Will raise a case later if he doesn't respond. FWIW "Apex" isn't even a topic option when reporting a bug with premier these days :(
– Matt Lacey♦
yesterday
1
Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
– Matt Lacey♦
yesterday
add a comment |
up vote
3
down vote
Thanks for reporting, I've filed a bug & we'll take a look.
-Kate (CLI Team)
New contributor
Thank you. Any advice on best route to submit outside of Salesforce support where they will just close the case. I would love to be able to report bugs and have them fixed
– Eric
23 hours ago
1
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Reshma
23 hours ago
1
A note for others seeing this in one of the review queues. Yes, it's technically not a stand-alone answer...but perhaps we can cut this employee of Salesforce a bit of slack.
– Derek F
16 hours ago
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
This sounds like a bug in the CLI that you should report it via initiating the case .
You can see a better log in the logger file that will be stored in the $HOME/.sfdx/sfdx.log file .
The error that got generated is as below
{
"name": "sfdx",
"hostname": "Mohiths-MacBook-Air.local",
"pid": 16768,
"level": 50,
"msg": "[ false,n '{"message":"logger is not defined","status":1,"stack":"ReferenceError: logger is not defined\\n at UserDisplayCommand.getHumanSuccessMessage (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/lib/user/userDisplayCommand.js:86:9)\\n at _logSuccess (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/index.js:157:71)\\n at _notifyUsageDataCollection.then.then.then.then.then.then.then (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/index.js:455:9)\\n at tryCatcher (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/util.js:16:23)\\n at Promise._settlePromiseFromHandler (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:510:31)\\n at Promise._settlePromise (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:567:18)\\n at Promise._settlePromise0 (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:612:10)\\n at Promise._settlePromises (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:691:18)\\n at Async._drainQueue (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:138:16)\\n at Async._drainQueues (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:148:10)\\n at Immediate.Async.drainQueues (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:17:14)\\n at runCallback (timers.js:789:20)\\n at tryOnImmediate (timers.js:751:5)\\n at processImmediate [as _immediateCallback] (timers.js:722:5)","name":"ReferenceError","warnings":}' ]",
"time": "2018-11-18T20:56:36.478Z",
"v": 0
}
I'd just like to add I'm getting this error also however cannot find an sfdx.log. Also works for me when using --json
– Luke Bray
yesterday
1
Maybe someone with premier support can log a case? This appears to be DX wide but they will just close it and point me to the forums if I submit it....
– Eric
yesterday
1
I've pinged Wade Wenger on Twitter. Will raise a case later if he doesn't respond. FWIW "Apex" isn't even a topic option when reporting a bug with premier these days :(
– Matt Lacey♦
yesterday
1
Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
– Matt Lacey♦
yesterday
add a comment |
up vote
4
down vote
This sounds like a bug in the CLI that you should report it via initiating the case .
You can see a better log in the logger file that will be stored in the $HOME/.sfdx/sfdx.log file .
The error that got generated is as below
{
"name": "sfdx",
"hostname": "Mohiths-MacBook-Air.local",
"pid": 16768,
"level": 50,
"msg": "[ false,n '{"message":"logger is not defined","status":1,"stack":"ReferenceError: logger is not defined\\n at UserDisplayCommand.getHumanSuccessMessage (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/lib/user/userDisplayCommand.js:86:9)\\n at _logSuccess (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/index.js:157:71)\\n at _notifyUsageDataCollection.then.then.then.then.then.then.then (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/index.js:455:9)\\n at tryCatcher (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/util.js:16:23)\\n at Promise._settlePromiseFromHandler (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:510:31)\\n at Promise._settlePromise (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:567:18)\\n at Promise._settlePromise0 (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:612:10)\\n at Promise._settlePromises (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:691:18)\\n at Async._drainQueue (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:138:16)\\n at Async._drainQueues (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:148:10)\\n at Immediate.Async.drainQueues (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:17:14)\\n at runCallback (timers.js:789:20)\\n at tryOnImmediate (timers.js:751:5)\\n at processImmediate [as _immediateCallback] (timers.js:722:5)","name":"ReferenceError","warnings":}' ]",
"time": "2018-11-18T20:56:36.478Z",
"v": 0
}
I'd just like to add I'm getting this error also however cannot find an sfdx.log. Also works for me when using --json
– Luke Bray
yesterday
1
Maybe someone with premier support can log a case? This appears to be DX wide but they will just close it and point me to the forums if I submit it....
– Eric
yesterday
1
I've pinged Wade Wenger on Twitter. Will raise a case later if he doesn't respond. FWIW "Apex" isn't even a topic option when reporting a bug with premier these days :(
– Matt Lacey♦
yesterday
1
Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
– Matt Lacey♦
yesterday
add a comment |
up vote
4
down vote
up vote
4
down vote
This sounds like a bug in the CLI that you should report it via initiating the case .
You can see a better log in the logger file that will be stored in the $HOME/.sfdx/sfdx.log file .
The error that got generated is as below
{
"name": "sfdx",
"hostname": "Mohiths-MacBook-Air.local",
"pid": 16768,
"level": 50,
"msg": "[ false,n '{"message":"logger is not defined","status":1,"stack":"ReferenceError: logger is not defined\\n at UserDisplayCommand.getHumanSuccessMessage (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/lib/user/userDisplayCommand.js:86:9)\\n at _logSuccess (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/index.js:157:71)\\n at _notifyUsageDataCollection.then.then.then.then.then.then.then (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/index.js:455:9)\\n at tryCatcher (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/util.js:16:23)\\n at Promise._settlePromiseFromHandler (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:510:31)\\n at Promise._settlePromise (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:567:18)\\n at Promise._settlePromise0 (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:612:10)\\n at Promise._settlePromises (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:691:18)\\n at Async._drainQueue (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:138:16)\\n at Async._drainQueues (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:148:10)\\n at Immediate.Async.drainQueues (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:17:14)\\n at runCallback (timers.js:789:20)\\n at tryOnImmediate (timers.js:751:5)\\n at processImmediate [as _immediateCallback] (timers.js:722:5)","name":"ReferenceError","warnings":}' ]",
"time": "2018-11-18T20:56:36.478Z",
"v": 0
}
This sounds like a bug in the CLI that you should report it via initiating the case .
You can see a better log in the logger file that will be stored in the $HOME/.sfdx/sfdx.log file .
The error that got generated is as below
{
"name": "sfdx",
"hostname": "Mohiths-MacBook-Air.local",
"pid": 16768,
"level": 50,
"msg": "[ false,n '{"message":"logger is not defined","status":1,"stack":"ReferenceError: logger is not defined\\n at UserDisplayCommand.getHumanSuccessMessage (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/lib/user/userDisplayCommand.js:86:9)\\n at _logSuccess (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/index.js:157:71)\\n at _notifyUsageDataCollection.then.then.then.then.then.then.then (/Users/mohith/.local/share/sfdx/client/node_modules/salesforce-alm/dist/index.js:455:9)\\n at tryCatcher (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/util.js:16:23)\\n at Promise._settlePromiseFromHandler (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:510:31)\\n at Promise._settlePromise (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:567:18)\\n at Promise._settlePromise0 (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:612:10)\\n at Promise._settlePromises (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/promise.js:691:18)\\n at Async._drainQueue (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:138:16)\\n at Async._drainQueues (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:148:10)\\n at Immediate.Async.drainQueues (/Users/mohith/.local/share/sfdx/client/node_modules/bluebird/js/release/async.js:17:14)\\n at runCallback (timers.js:789:20)\\n at tryOnImmediate (timers.js:751:5)\\n at processImmediate [as _immediateCallback] (timers.js:722:5)","name":"ReferenceError","warnings":}' ]",
"time": "2018-11-18T20:56:36.478Z",
"v": 0
}
answered 2 days ago
Mohith Shrivastava
58.8k794133
58.8k794133
I'd just like to add I'm getting this error also however cannot find an sfdx.log. Also works for me when using --json
– Luke Bray
yesterday
1
Maybe someone with premier support can log a case? This appears to be DX wide but they will just close it and point me to the forums if I submit it....
– Eric
yesterday
1
I've pinged Wade Wenger on Twitter. Will raise a case later if he doesn't respond. FWIW "Apex" isn't even a topic option when reporting a bug with premier these days :(
– Matt Lacey♦
yesterday
1
Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
– Matt Lacey♦
yesterday
add a comment |
I'd just like to add I'm getting this error also however cannot find an sfdx.log. Also works for me when using --json
– Luke Bray
yesterday
1
Maybe someone with premier support can log a case? This appears to be DX wide but they will just close it and point me to the forums if I submit it....
– Eric
yesterday
1
I've pinged Wade Wenger on Twitter. Will raise a case later if he doesn't respond. FWIW "Apex" isn't even a topic option when reporting a bug with premier these days :(
– Matt Lacey♦
yesterday
1
Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
– Matt Lacey♦
yesterday
I'd just like to add I'm getting this error also however cannot find an sfdx.log. Also works for me when using --json
– Luke Bray
yesterday
I'd just like to add I'm getting this error also however cannot find an sfdx.log. Also works for me when using --json
– Luke Bray
yesterday
1
1
Maybe someone with premier support can log a case? This appears to be DX wide but they will just close it and point me to the forums if I submit it....
– Eric
yesterday
Maybe someone with premier support can log a case? This appears to be DX wide but they will just close it and point me to the forums if I submit it....
– Eric
yesterday
1
1
I've pinged Wade Wenger on Twitter. Will raise a case later if he doesn't respond. FWIW "Apex" isn't even a topic option when reporting a bug with premier these days :(
– Matt Lacey♦
yesterday
I've pinged Wade Wenger on Twitter. Will raise a case later if he doesn't respond. FWIW "Apex" isn't even a topic option when reporting a bug with premier these days :(
– Matt Lacey♦
yesterday
1
1
Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
– Matt Lacey♦
yesterday
Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
– Matt Lacey♦
yesterday
add a comment |
up vote
3
down vote
Thanks for reporting, I've filed a bug & we'll take a look.
-Kate (CLI Team)
New contributor
Thank you. Any advice on best route to submit outside of Salesforce support where they will just close the case. I would love to be able to report bugs and have them fixed
– Eric
23 hours ago
1
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Reshma
23 hours ago
1
A note for others seeing this in one of the review queues. Yes, it's technically not a stand-alone answer...but perhaps we can cut this employee of Salesforce a bit of slack.
– Derek F
16 hours ago
add a comment |
up vote
3
down vote
Thanks for reporting, I've filed a bug & we'll take a look.
-Kate (CLI Team)
New contributor
Thank you. Any advice on best route to submit outside of Salesforce support where they will just close the case. I would love to be able to report bugs and have them fixed
– Eric
23 hours ago
1
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Reshma
23 hours ago
1
A note for others seeing this in one of the review queues. Yes, it's technically not a stand-alone answer...but perhaps we can cut this employee of Salesforce a bit of slack.
– Derek F
16 hours ago
add a comment |
up vote
3
down vote
up vote
3
down vote
Thanks for reporting, I've filed a bug & we'll take a look.
-Kate (CLI Team)
New contributor
Thanks for reporting, I've filed a bug & we'll take a look.
-Kate (CLI Team)
New contributor
New contributor
answered yesterday
kbierbaum
311
311
New contributor
New contributor
Thank you. Any advice on best route to submit outside of Salesforce support where they will just close the case. I would love to be able to report bugs and have them fixed
– Eric
23 hours ago
1
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Reshma
23 hours ago
1
A note for others seeing this in one of the review queues. Yes, it's technically not a stand-alone answer...but perhaps we can cut this employee of Salesforce a bit of slack.
– Derek F
16 hours ago
add a comment |
Thank you. Any advice on best route to submit outside of Salesforce support where they will just close the case. I would love to be able to report bugs and have them fixed
– Eric
23 hours ago
1
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Reshma
23 hours ago
1
A note for others seeing this in one of the review queues. Yes, it's technically not a stand-alone answer...but perhaps we can cut this employee of Salesforce a bit of slack.
– Derek F
16 hours ago
Thank you. Any advice on best route to submit outside of Salesforce support where they will just close the case. I would love to be able to report bugs and have them fixed
– Eric
23 hours ago
Thank you. Any advice on best route to submit outside of Salesforce support where they will just close the case. I would love to be able to report bugs and have them fixed
– Eric
23 hours ago
1
1
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Reshma
23 hours ago
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Reshma
23 hours ago
1
1
A note for others seeing this in one of the review queues. Yes, it's technically not a stand-alone answer...but perhaps we can cut this employee of Salesforce a bit of slack.
– Derek F
16 hours ago
A note for others seeing this in one of the review queues. Yes, it's technically not a stand-alone answer...but perhaps we can cut this employee of Salesforce a bit of slack.
– Derek F
16 hours ago
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f239770%2flogger-is-not-defined-on-sfdx-forceuserdisplay-output-bug%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
getting this as well on force:user:display
– Eric
yesterday