After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
I've already tried clearing cache and a hard refresh
these two errors appear in the console each time it is clicked
Are you using cloud or self-host (what version)?
cloud
how do I check what version?
If is cloud it doesn't mind the version. I've tried to reproduce the issue but I can't, this are the steps you do?
- You select the row to open the right panel?
- You update the row and press update
The site start to load and never ends?
I just right click the heading and click update before the panel opens but never loads
<@365301924607557634> are there are logs I can give which may help?
other than the error messages I sent earlier
Yes, the console log can be useful
it's just these errors that appear in the console when clicked https://discord.com/channels/564160730845151244/1507775987432161462/1507777400983916725
I've notify the team, meanwhile updating the column from the column tab is working
Thanks for flagging! Will release a fix shortly. 🙏
<@670906655713525761> <@365301924607557634> This is fixed now 👍
[SOLVED] Update row sheet not loading
thank you!! 💗
Recommended threads
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- Attribute not found in schema on REST AP...
I'm querying a appwrite collection via the REST API on appwrite cloud 1.9.5 (no SDK) via a cloudflare worker and keep getting: ``` {"message":"Invalid query: A...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...