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
Error is coming from the CreateCollection method. (Line no 42)
If the collection already exists it panics. if i delete the collection then it creates for the first server run and goes well. next server run fails again as it tries to re-create the collection. suggestions?
👍 Expected behavior
It shouldn't give me this error
👎 Actual Behavior
It should have run fine without any complaint. If the collection is already created it should give error or it should try to create it again but it shouldn't panic.
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Windows
🧱 Your Environment
using the latest github.com/appwrite/sdk-for-go version
👀 Have you spent some time to check if this issue has been raised before?
👟 Reproduction steps
Error is coming from the
CreateCollection
method. (Line no 42)If the collection already exists it panics. if i delete the collection then it creates for the first server run and goes well. next server run fails again as it tries to re-create the collection. suggestions?
👍 Expected behavior
It shouldn't give me this error
👎 Actual Behavior
It should have run fine without any complaint. If the collection is already created it should give error or it should try to create it again but it shouldn't panic.
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Windows
🧱 Your Environment
using the latest github.com/appwrite/sdk-for-go version
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: