The service rejects Safari and Edge on iOS (even though your code checks for edge). There is no issue with supporting only one browser, but there is an issue with blocking access before the app is even properly loaded. This prevents one from testing if the service loads correctly or confirming resource routing issues, because the App is being blocked so early in it's execution in the line here:
|
return render_template('none.html', **{ |
(You check for both Edge and Chrome in that function, but the message only says Chrome btw)

The service rejects Safari and Edge on iOS (even though your code checks for edge). There is no issue with supporting only one browser, but there is an issue with blocking access before the app is even properly loaded. This prevents one from testing if the service loads correctly or confirming resource routing issues, because the App is being blocked so early in it's execution in the line here:
AnalysisPlatform/ap/__init__.py
Line 294 in dc4ad90
(You check for both Edge and Chrome in that function, but the message only says Chrome btw)