kephotho
kephotho13mo ago

Functions deployed but not visible on dashboard

I've deployed my functions successfully but can't access them from the dashboard. Neither the file containing the said functions.
2 Replies
ballingt
ballingt13mo ago
You might be looking at your production deployment in the dashboard but have just deployed to development, or vice versa? @kephotho if this isn't the case, could help to share your code; maybe the functions haven't been declared with the right syntax.
kephotho
kephothoOP13mo ago
Thanks a lot @Tom 🙏 , I was using the wrong syntax of using fetch in a httpAction, it worked by switching to action instead.

Did you find this page helpful?