#500 Server Error
7 messages · Page 1 of 1 (latest)
are you using cloud? please share your project and database ids
Yes using cloud.
project id: 68cd873b002bdeef3cb7
database id causing issue: stories
are the errors consistent? any steps to reproduce? do you have issue when accessing the api? Can you tell in devtools which request is retuning this?
There's still the same error.
I had two tables stories and tags.
Stories has a many to many relationship with tags on column tags
Then firstly in stories table i created a new story and tried adding a tag. So only 5 of them were shown but actually there where 10. Since its a many to many it should have shown them all.
Yeah I recalled.
Steps to recreate the issue:
KT: Table Stories has a column tags, which is related to Table tags with many to many relationship.
Step 1: Go to Stories Table.
Step 2: Go to Columns Tab
Step 3: Click three dots for the tags column and choose update.
Step 4: Changed the related column key from story to stories -> received an error saying it cant be done as it will harm data integrity.
Step 5: Go to Tags Table and then Columns
Step 6: It has a story column because of a two way relationship.
Step 7: Click three dot for the story column and change the column key from story to stories -> Throws server error -> and the story table is not accessible.
Do you see any network errors on your dev tools?
a request is failing: ":"Server Error","code":500,"type":"general_unknown","version":"1.8.0"}