Static server functions do not work on Netlify
Has anyone tried using static server functions on Netlify? My web app will either crash immediately or throw a 404 when attempting to query the function.
Here's an example of what I have implemented:
Failure modes
^ that will cause the app to immediately crash on first load and throw this error:
^ this will throw a network error like so:
Has anyone else run into a similar issue? Any help resolving this would be much appreciated
Here's an example of what I have implemented:
Failure modes
^ that will cause the app to immediately crash on first load and throw this error:
ENOENT: no such file or directory, mkdir '/opt/build'^ this will throw a network error like so:
Has anyone else run into a similar issue? Any help resolving this would be much appreciated