👟 Reproduction steps
In this file
https://github.com/appwrite/console/blob/9174d8f8cb584744dd7a53f69d324f490ee82ee3/src/lib/layout/logs.svelte
Two dynamically generated links use a singular path instead of a plural one.
deployment instead of deployments
|
rawData = `${sdk.forConsole.client.config.endpoint}/functions/${$log.func.$id}/deployment/${$log.data.$id}?mode=admin&project=${$page.params.project}`; |
execution instead of executions
|
rawData = `${sdk.forConsole.client.config.endpoint}/functions/${$log.func.$id}/execution/${$log.data.$id}?mode=admin&project=${$page.params.project}`; |
👍 Expected behavior
Links should point to
👎 Actual Behavior
...
🎲 Appwrite version
Version 1.3.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
👟 Reproduction steps
In this file
https://github.com/appwrite/console/blob/9174d8f8cb584744dd7a53f69d324f490ee82ee3/src/lib/layout/logs.svelte
Two dynamically generated links use a singular path instead of a plural one.
deployment instead of deployments
console/src/lib/layout/logs.svelte
Line 20 in 9174d8f
execution instead of executions
console/src/lib/layout/logs.svelte
Line 28 in 9174d8f
👍 Expected behavior
Links should point to
👎 Actual Behavior
...
🎲 Appwrite version
Version 1.3.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?