Form Recognizer studio custom form project page stucks at "Loading documents..."

Khoi Pham 21 Reputation points
2021-10-12T10:25:13.093+00:00

I was following this guide until step 4: "Review and submit your settings to create the project". The next screen is stuck forever at "Loading documents..." and a spinner. I tried to go back to custom form projects page and click on the project many times but it always stuck at "Loading documents...". I think something is broken.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,856 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 53,731 Reputation points
    2021-10-12T16:34:25.603+00:00

    Hello,

    Thanks for reaching out to us. I have seen similar issue as below screenshot, it kept forever.
    139878-image.png

    The error for me is the CORS setting of my storage account is not correct. I add a new rule for my storage account .

    Configure cross-domain resource sharing (CORS) on the Azure Storage blob Enable CORS on your storage account. Select your storage account in the Azure portal and then choose the CORS tab on the left pane. On the bottom line, fill in the following values. Select Save at the top.

    Allowed origins =
    Allowed methods = [select all]
    Allowed headers =
    Exposed headers = *
    Max age = 200 (here I am using 1800, but 200 should be enough)

    139943-12345.png

    Then everything works fine for me. Besides that, please make sure your storage account is under Standard performance and your container is Public access level to Container (anonymous read access for containers and blobs).

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.