Shared function generates CORS error
Hey! I just finished the Wasp tutorial. Now trying to play around extending the TODO app.
I implemented a simple function I want to use both in the front and backend, so I put it in the
Am I missing any config steps?
I implemented a simple function I want to use both in the front and backend, so I put it in the
shared/ dir. It works as expected when I use it in the frontend, but if I invoke it in the backend I get a CORS error. Am I missing any config steps?