slim (jamesc)
slim (jamesc)
SSolidJS
Created by slim (jamesc) on 7/6/2024 in #support
Server functions returning page not found
Ah, I didn't know about that. No, it deduped something else. I have since upgraded to the latest 0.3.11 everywhere and, with he work around, everything works. It looks like solid-start's server-functions have a bug when it comes to multiple projects. I'm not sure it should expose a full system path either. It looks like another soluition is needed there.
5 replies
SSolidJS
Created by slim (jamesc) on 7/6/2024 in #support
Server functions returning page not found
The work-around is to move or re-create the server-functions in the main project. They can still import from the share project. A symbolic link did not work, the link was resolved to the full system path which now returns the 404 page.
5 replies
SSolidJS
Created by slim (jamesc) on 7/6/2024 in #support
Server functions returning page not found
It is a standard pnpm dependency "nol-core": "link:../nol-core",
5 replies