“ logger is not defined” on sfdx force:user:display output? [BUG]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
2
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.










share|improve this question























  • getting this as well on force:user:display
    – Eric
    Nov 19 at 13:50
















up vote
2
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.










share|improve this question























  • getting this as well on force:user:display
    – Eric
    Nov 19 at 13:50












up vote
2
down vote

favorite









up vote
2
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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 19 at 13:53









Eric

44.6k649113




44.6k649113










asked Nov 18 at 20:20









pkozuchowski

885




885











  • getting this as well on force:user:display
    – Eric
    Nov 19 at 13:50
















  • getting this as well on force:user:display
    – Eric
    Nov 19 at 13:50















getting this as well on force:user:display
– Eric
Nov 19 at 13:50




getting this as well on force:user:display
– Eric
Nov 19 at 13:50










3 Answers
3






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






share|improve this answer




















  • 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
    Nov 19 at 13:00






  • 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
    Nov 19 at 13:52







  • 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
    Nov 20 at 0:44







  • 1




    Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
    – Matt Lacey
    Nov 20 at 3:08

















up vote
4
down vote













Thanks for reporting, I've filed a bug & we'll take a look.
-Kate (CLI Team)






share|improve this answer








New contributor




kbierbaum is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

















  • 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
    2 days 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
    2 days 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
    2 days ago

















up vote
0
down vote













We have filed it as a bug and today we received response that it was fixed in 6.41. However, we still encounter same error.






share|improve this answer





















    protected by David Reed yesterday



    Thank you for your interest in this question.
    Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



    Would you like to answer one of these unanswered questions instead?














    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    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






    share|improve this answer




















    • 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
      Nov 19 at 13:00






    • 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
      Nov 19 at 13:52







    • 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
      Nov 20 at 0:44







    • 1




      Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
      – Matt Lacey
      Nov 20 at 3:08














    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






    share|improve this answer




















    • 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
      Nov 19 at 13:00






    • 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
      Nov 19 at 13:52







    • 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
      Nov 20 at 0:44







    • 1




      Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
      – Matt Lacey
      Nov 20 at 3:08












    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






    share|improve this answer












    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







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Nov 18 at 21:00









    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
      Nov 19 at 13:00






    • 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
      Nov 19 at 13:52







    • 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
      Nov 20 at 0:44







    • 1




      Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
      – Matt Lacey
      Nov 20 at 3:08
















    • 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
      Nov 19 at 13:00






    • 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
      Nov 19 at 13:52







    • 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
      Nov 20 at 0:44







    • 1




      Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
      – Matt Lacey
      Nov 20 at 3:08















    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
    Nov 19 at 13:00




    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
    Nov 19 at 13:00




    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
    Nov 19 at 13:52





    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
    Nov 19 at 13:52





    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
    Nov 20 at 0:44





    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
    Nov 20 at 0:44





    1




    1




    Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
    – Matt Lacey
    Nov 20 at 3:08




    Response from Wade: "Team will look into this tomorrow. Thanks for sharing." Fingers crossed!
    – Matt Lacey
    Nov 20 at 3:08












    up vote
    4
    down vote













    Thanks for reporting, I've filed a bug & we'll take a look.
    -Kate (CLI Team)






    share|improve this answer








    New contributor




    kbierbaum is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

















    • 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
      2 days 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
      2 days 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
      2 days ago














    up vote
    4
    down vote













    Thanks for reporting, I've filed a bug & we'll take a look.
    -Kate (CLI Team)






    share|improve this answer








    New contributor




    kbierbaum is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

















    • 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
      2 days 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
      2 days 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
      2 days ago












    up vote
    4
    down vote










    up vote
    4
    down vote









    Thanks for reporting, I've filed a bug & we'll take a look.
    -Kate (CLI Team)






    share|improve this answer








    New contributor




    kbierbaum is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.









    Thanks for reporting, I've filed a bug & we'll take a look.
    -Kate (CLI Team)







    share|improve this answer








    New contributor




    kbierbaum is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.









    share|improve this answer



    share|improve this answer






    New contributor




    kbierbaum is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.









    answered Nov 20 at 3:05









    kbierbaum

    411




    411




    New contributor




    kbierbaum is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





    New contributor





    kbierbaum is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






    kbierbaum is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.











    • 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
      2 days 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
      2 days 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
      2 days 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
      2 days 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
      2 days 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
      2 days 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
    2 days 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
    2 days 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
    2 days 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
    2 days 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
    2 days 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
    2 days ago










    up vote
    0
    down vote













    We have filed it as a bug and today we received response that it was fixed in 6.41. However, we still encounter same error.






    share|improve this answer


























      up vote
      0
      down vote













      We have filed it as a bug and today we received response that it was fixed in 6.41. However, we still encounter same error.






      share|improve this answer
























        up vote
        0
        down vote










        up vote
        0
        down vote









        We have filed it as a bug and today we received response that it was fixed in 6.41. However, we still encounter same error.






        share|improve this answer














        We have filed it as a bug and today we received response that it was fixed in 6.41. However, we still encounter same error.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited yesterday

























        answered yesterday









        kvor

        263




        263















            protected by David Reed yesterday



            Thank you for your interest in this question.
            Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



            Would you like to answer one of these unanswered questions instead?


            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay