- 
 
 - 
  Notifications
 
You must be signed in to change notification settings  - Fork 108
 
update SvelteKit example (#166) #175
Conversation
 
 
 
 bwklein
 
 
 
 commented
 Nov 27, 2022 
 
 
 
@jaads Thank you for doing this, I was about to start a PR and saw that you just did it and are saving me a bunch of time!
No problem! Very glad to hear that!! 😊😊
 
 
 
 KoljaL
 
 
 
 commented
 Dec 6, 2022 
 
 
 
Hi @jaads 
thanks a lot for updating the SvelteKit example.
I used your fork and got an error: AxiosError: connect ECONNREFUSED ::1:8055
My solution, mentioned on the axios repo, is to replace the localhostwith 127.0.0.1 here:
https://github.com/jaads/directus-examples/blob/main/sveltekit/.env.example#L1 
Greetings from DO
Alright, it was already done here #177 . I just merged the upstream into my fork, so it should work now also with newer versions of node :)
 
 
 
 alexvdvalk
 
 
 
 commented
 Dec 16, 2022 
 
 
 
I just made another pull request as Sveltekit v1 was just released. Which ever gets merged, it should be an easy upgrade from there.
Since this PR is kind of outdated due to #178 I'll just close this one
Fixes #166