Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New table from CSV #1305

Closed
inbredtom opened this issue Feb 9, 2025 · 7 comments
Closed

New table from CSV #1305

inbredtom opened this issue Feb 9, 2025 · 7 comments

Comments

@inbredtom
Copy link

inbredtom commented Feb 9, 2025

Describe the bug
Creating a new table from CSV does not work.
Once file is selected or dragged into browser, I get a green box with a black cross.
No obvious errors in docker logs.

To Reproduce
New Base -> New table -> Import Data -> Local Files -> a csv file with 2 number columns and 2 entries from a table previously exported from teable.
Similarly when importing data into table that already exists.

Expected behavior
I expect a new table with data to be created.

Client (please complete the following information):

  • OS: Mac OS 15.3
  • Browser: Firefox

Platform (Please tell us which deployment version you are using)
teable.io (CE)
docker-standalone on linux box accessed on home network
this was observed on a fresh install.

@caoxing9
Copy link
Contributor

caoxing9 commented Feb 9, 2025

Could you offer more elaborate detail?

@inbredtom
Copy link
Author

This is the data I'm trying to upload.
New table.csv

This is the error icon I get.
Image

@inbredtom
Copy link
Author

inbredtom commented Feb 9, 2025

Interestingly, loading data from a link, eg https://support.staffbase.com/hc/en-us/article_attachments/360009197031/username.csv works. The same file can not be uploaded from my Mac client.

@caoxing9
Copy link
Contributor

Interestingly, loading data from a link, eg https://support.staffbase.com/hc/en-us/article_attachments/360009197031/username.csv works. The same file can not be uploaded from my Mac client.

Could to upload attachment in attachment field, maybe the problem is attachment relative config.

@zjaan7946
Copy link

This is the data I'm trying to upload. New table.csv

This is the error icon I get. Image

Currently, I've also installed it locally using the docker-compose.yml file, and I'm seeing the same issue as shown in the attached image. When I upload a CSV file, there's no response at all.

@caoxing9
Copy link
Contributor

This is the data I'm trying to upload. New table.csv
This is the error icon I get. Image

Currently, I've also installed it locally using the docker-compose.yml file, and I'm seeing the same issue as shown in the attached image. When I upload a CSV file, there's no response at all.

It means that attachment config problem. could you show that?

@inbredtom
Copy link
Author

I resolved the issue by setting PUBLIC_ORIGIN to the IP address:port of the host machine and designated port. This is instead of the default 127.0.0.1:3000 and the hostname:port which I also tried.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants