work out of the box , even if I install npm i the inital error is
TypeScript
|- TypeError: Cannot read properties ofundefined (reading 'replace') at Client.setEndpoint```
TL;DR
The Sveltekit starter template isn't working due to a missing change in the `PUBLIC_APPWRITE_ENDPOINT` and modification to the `.env` file. Even after running `npm i`, errors persist relating to the SSR module. Consider checking the GitHub repositories for updates or consult the documentation for troubleshooting.
Old fella
18 Dec, 2024, 23:10
Old fella
18 Dec, 2024, 23:23
oh I think I edited .env file as suggested by github copilot then build the project
Old fella
18 Dec, 2024, 23:25
Old fella
18 Dec, 2024, 23:33
oh I should change the PUBLIC_APPWRITE_ENDPOINT as well