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 can't create a new channel with the "Create" button in the administration of channels.
It says the channel already exists.
I suspect a conflict between the frontend not allowing to specify an External Id, while requiring it to be unique in the database.
This is even more blocking by the fact there looks to be no way to edit that external id afterwards.
Yep its failing to create the channel because of the issue you described. Fixes available in #344 & Zibbp/ganymede-frontend#20. I'll get these in a release either tonight or tomorrow. I don't allow updated the external ID as I use that in the backend quite a bit and don't want someone changing as it would break some functionality. If you'd like to change the external ID you'll need to do so via the database.
Fixes should be available on the :main image tags shortly if you want to test.
I can't create a new channel with the "Create" button in the administration of channels.
It says the channel already exists.
I suspect a conflict between the frontend not allowing to specify an External Id, while requiring it to be unique in the database.
This is even more blocking by the fact there looks to be no way to edit that external id afterwards.
brave_cmSwDIrKB6.mp4
https://github.com/Zibbp/ganymede-frontend/blob/9e6f34c0b1c0d09beba502b1531f9dd0668aaa3a/src/components/Admin/Channels/Drawer.tsx#L42-L48
ganymede/internal/channel/channel.go
Line 40 in 1b4d525
ganymede/ent/schema/channel.go
Line 21 in 1b4d525
The text was updated successfully, but these errors were encountered: