Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

Fix production API URL #88

Closed johnbradley closed 5 months ago

johnbradley commented 5 months ago

In the production React app nested pages are using the wrong API URL. Currently apiURL is set to a relative path: https://github.com/Imageomics/Andromeda/blob/28b847deb22dbdb38e67af49fd735a79370bea4d/andromeda-ui/next.config.js#L5

This causes nested pages to use an invalid URL that includes the nested page's route. This should be an absolute path instead.