This is great, I am able to deploy my code but when I try to access my endpoints, I get White label error with type 500 server error. I am connected to SSMS on my local machine for GET requests, how can I solve this issue?
@@discospiff Yes I did and its cause of a DB connection, I am doing GET request to my local SQL Server running on my PC. The API works when I run it localy but not on Azure App service. Is connecting to local host DB an issue?
This was very helpful .i was able to deploy to Azure withouut FTP
I'm happy to hear that. The Azure toolkit for IntelliJ is nice!
very nice, it helped me, thank you!
Glad to hear... thanks!
This is great, I am able to deploy my code but when I try to access my endpoints, I get White label error with type 500 server error. I am connected to SSMS on my local machine for GET requests, how can I solve this issue?
Do you have logging configured? What's in the logs?
@@discospiff Yes I did and its cause of a DB connection, I am doing GET request to my local SQL Server running on my PC. The API works when I run it localy but not on Azure App service. Is connecting to local host DB an issue?
@@discospiff I managed to fix it, so the DB is local DB and I had to use hybrid to allow access and read data