You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing issue on preview of uploaded csv file.
In the decoupled frontend, I am getting ‘Could not instantiate the table due to a lack of schema.’.
Steps to reproduce:
• I have added the csv in the media -> Document -> And uploaded my csv file and copy link address.
• While adding new project distribution, in the download url I have saved the csv file path.(If I hit the url directly file is downloading correctly).
• Once dataset added, I have rebuild tracking information on search API and re-index the dataset
• Removed my cache folder using command ’ rm -rf public/ .cache/’ and run ‘npm run build’.
In the decoupled frontend, added dataset are loading with project distribution but for some dataset it throws the above message.
I am facing issue on preview of uploaded csv file.
In the decoupled frontend, I am getting ‘Could not instantiate the table due to a lack of schema.’.
Steps to reproduce:
• I have added the csv in the media -> Document -> And uploaded my csv file and copy link address.
• While adding new project distribution, in the download url I have saved the csv file path.(If I hit the url directly file is downloading correctly).
• Once dataset added, I have rebuild tracking information on search API and re-index the dataset
• Removed my cache folder using command ’ rm -rf public/ .cache/’ and run ‘npm run build’.
In the decoupled frontend, added dataset are loading with project distribution but for some dataset it throws the above message.
Request url: http://www.mysiteurl.com/api/1/datastore/sql/?query=[SELECT%20COUNT(*)%20FROM%20b10c41ac-aa45-566e-95e7-7942d9332499]&show-db-columns
Response : {"message":"Could not instantiate the table due to a lack of schema."}
The text was updated successfully, but these errors were encountered: