Andy Carlberg

Results 14 comments of Andy Carlberg

Is there a recommended workaround for the SSH key loading? Would love to make the jump but running into the SSH key loading issue.

Following the docs: https://docs.lando.dev/config/ssh.html#loading-specific-keys Adding the following to the Lando file works fine: ``` keys: - id_rsa ```

Decided to see if I could fix this myself. After digging in it looks like this might actually be a Vite issue, not a SvelteKit issue. It's possible that SvelteKit...

@Bastian is correct, this is not actually a Vite issue as I first suspected. It does seem to be specific to SvelteKit. So I'll keep looking but I'm probably out...

@rassie I've pushed up some of my work-in-progress tinkering with the change essentially [here](https://github.com/andycarlberg/kit/blob/825552f613ca2bbf0519a74c15efa199c20144af/packages/kit/src/core/dev/index.js#L381). This applies the base path prefix to the entry file. This is not a complete fix...

I feel like I'm on the right track here with this [change](https://github.com/andycarlberg/kit/blob/095e3c00be27a8386eb0de8bbdb06770e591d630/packages/kit/src/core/dev/index.js#L395). It correctly outputs the file path with the base prefix but it 404's when looking for that `start.js`...

As OP, i wanted to verify that @rassie is correct. Their comment shows the issue I was originally trying to deal with. I haven't personally made any further progress on...

I just tried it out on my project with `svelte-kit, 1.0.0-next.335` I'm still having the problem. I think @Beiri22 is correct, the `/@fs/...` paths don't have the base path so...

1. Create a new SvelteKit project 2. Set kit.paths.base to a non-root path 3. Run the dev server If you're just running the dev server locally, you _will_ be able...

Sorry to open an old thread but I haven't found any other reference to this issue. I am having this exact problem with my Kindle Touch (I think that's K5...