Hello @Victor Skou Fertin
Based on what you have described, it seems like the issue might be related to the connection between your Azure Function and Supabase. Here are a few things you can try to troubleshoot the issue:
- Check your connection string: Make sure that the connection string you are using to connect to Supabase is correct and up-to-date. You can check this by logging into your Supabase account and verifying the connection details.
- Check your firewall settings: Supabase has a firewall that can block incoming connections from certain IP addresses. Make sure that your Azure Function's IP address is not being blocked by the firewall.
- Check your authentication settings: Supabase requires authentication to access its database. Make sure that your Azure Function is using the correct authentication credentials to access the database.
- Check your Supabase logs: Supabase logs can provide valuable information about any errors or issues that are occurring when you try to insert data. Check the logs to see if there are any error messages that might help you diagnose the issue.
- If none of these steps help you resolve the issue, you may want to reach out to Supabase support for further assistance.
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.