Topic from #🎙│stage
@Steven These routes work FYI: https://github.com/appwrite/console/blob/main/src/routes/%2Blayout.svelte#L44-L52 Anything else shows blank screen
Everything behind those also work, but show a 404 in the console format
There's also a layout.ts: https://github.com/appwrite/console/blob/main/src/routes/%2Blayout.ts#L28-L39, same routes
Why 2 layouts?
so this is running the console in dev mode and browsing to it like http://localhost:3000?
this is a sveltekit thing. the TS runs first (if you were using SSR, that runs server side). and then the svelte file is the uI
yeah
ah, i see
ya so it's a known issue. let us know if you figure out the cause 😅
so for example /mfahdjdbbr works
because it contains /mfa
i don't think that's the reason. you get rerouted to the root
shows a regular 404 too
404 makes sense...because the route doesn't exist
it is, same as /loginjdjdbdbd
or /registerjajdvd
every route in approved routes
well, starting with that, that is
anyways...like i said. it's a known issue. feel free to let us know if you figure it out
yeye
Recommended threads
- How do I get my PR merged in auto genera...
https://github.com/appwrite/sdk-for-go/pull/48 I have raised this PR today in a sdk-generator repository which is a auto-generated repository. Now, as it is a a...
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...