Skip to main content
Solved

Data Virtualization: Swagger API documentation failing to fetch server.

  • September 29, 2025
  • 2 replies
  • 65 views

tvdamme
Contributor
Forum|alt.badge.img+1

Hi 

I’m currently trying to acces the documentation of the API I'm making using data virtualization. The Swagger documentation page loads, but it seems to fail to get the correct server on which I have made the API. Due to this I can’t test any of the API calls. This is the link to the swagger documentation: https://fme-acc.nordend.eu/fmeserver/swagger-ui/?api=2fd53796-610d-4fb6-8a92-5c05335568e7#/default/getCollections

This is the error that chrome runs into when loading the web page. 

 

Does somebody now what the issue could be? I have no reverse proxy on the server so I don’t think it is the same as what is described here: https://support.safe.com/hc/en-us/articles/37949819750541-Known-Issue-Data-Virtualization-API-docs-don-t-load-with-IIS-Reverse-Proxy

 

Thank you in advance for your time, and if anything is unclear I can always explain more.

Best answer by alexbiz

Hey !

You should check your fmeFlowConfig.txt and fmeFlowWebApplicationConfig.txt. Is the FME_SERVER_WEB_URL set correctly ?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

alexbiz
Influencer
Forum|alt.badge.img+28
  • Influencer
  • 161 replies
  • Best Answer
  • September 29, 2025

Hey !

You should check your fmeFlowConfig.txt and fmeFlowWebApplicationConfig.txt. Is the FME_SERVER_WEB_URL set correctly ?


tvdamme
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 1 reply
  • October 1, 2025

Hey !

You should check your fmeFlowConfig.txt and fmeFlowWebApplicationConfig.txt. Is the FME_SERVER_WEB_URL set correctly ?

Thank you, this was indeed the issue.