You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I create a new svelte file on SSR enable, I get this error:
Then I disabled SSR, commented out node js supervisor inside application.ex file, then I created new svelte file again and I got stuck at loading, no error. It stucks nothing is happending, just what I see a loading at top keeps loading.
App-.-Phoenix-Framework.mp4
Then I restarted the server in both mode (ssr and csr), it ran normally, should I have to restart server everytime after creating new svelte file inside assets/svelte folder?