skip to Main Content

Ubuntu – azure function responding with 503 or 502 error after some intervals

I have an azure function deployed which is giving this exception as follows: [![Unable to reload azure.functions. Using default. Exception: cannot import name 'BlobSource' from 'azure.functions.decorators' (/azure-functions-host/workers/python/3.9/LINUX/X64/azure/functions/decorators/init.py)][1]][1] Along with the above exception, I am keep getting 502 or 503 error…

VIEW QUESTION

How to make compatible match between react and react native

I am facing a confusing situation: This is my package.json settings "dependencies": { "@expo/metro-runtime": "~3.1.3", "@expo/vector-icons": "^14.0.0", "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.9.26", "@react-navigation/stack": "^6.3.29", "@rneui/themed": "^4.0.0-rc.8", "axios": "^1.6.8", "body-parser": "^1.20.2", "expo": "^51.0.0", "expo-auth-session": "~5.5.2", "expo-clipboard": "~6.0.3", "expo-image-picker": "~14.7.1", "expo-mail-composer": "^13.0.1", "expo-status-bar":…

VIEW QUESTION

Flutter – Package Version compatibility issue

I am working on a Flutter project and encountered an issue when trying to add the sendgrid_mailer dependency. Here are my current dependencies in pubspec.yaml: dependencies: cupertino_icons: ^1.0.8 firebase_auth: ^4.19.5 firebase_core: ^2.31.0 flutter: sdk: flutter google_fonts: ^6.2.1 intl: ^0.19.0 mailer:…

VIEW QUESTION
Back To Top
Search