- This topic has 1 reply, 2 voices, and was last updated 1 week, 4 days ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Internal Server Error
When I run this command:
(base) fabric@jupyter-288b057c-2d2837-2d4f2e-2d9055-2dcd910df7a8b1:~/work$ fabric-cli configure setup
Config directory: /home/fabric/work/fabric_config
Existing token at /home/fabric/work/fabric_config/id_token.json is expired, will refresh…
Refreshing token…
Refresh failed, creating new token…
Creating token…
Please open this URL in your browser to authenticate:
Waiting for authentication (timeout: 300s)…
Press Ctrl+C to enter the authorization code manually.
I get this error message when I open the url in my browser:
{“errors”:[{“message”:”Internal Server Error”,”details”:”An internal error occurred. Please try again or contact support.”}],”type”:”error”,”size”:1,”status”:500}
How do I go about this?
Hi Kshitij,
Could you please check /home/fabric/work/fabric_config/fabric_rc file?
Please remove any quotes from the FABRIC_PROJECT_ID. I suspect it is set as export FABRIC_PROJECT_ID='<YOUR_PROJECT_ID>'. It should be instead: export FABRIC_PROJECT_ID=<YOUR_PROJECT_ID>
Best,
Komal