/api-docs - error loading css, js scripts
Description
Hello,
I`m having issues with CSS / JS into blockscout frontend.
I`m executing this version of blockscout frontend https://github.com/OffchainLabs/orbit-setup-script/blob/main/docker-compose/services/frontend.yml#L5
It currently works at the first moment in path /
but when I try to run /api-docs and click in reload (F5)
Link to the page
none
Steps to reproduce
- Go to '...'
- Click on '...'
- Scroll down to '...'
- See error
App version
v1.29.1
Browser
No response
Operating system
None
Additional information
No response
Hi @Menniti
Does the issue persist for all pages or only for the /api-docs page?
Hey @tom2drum
Currently I face this only in api-docs
My guess is that there is something wrong with your infrastructure setup. It seems that the requests to /api** are not routed to the frontend container, but are probably routed to the backend instead.
got it, I will ask help from orbit people to check that.. I just run their system
There is the issue from their side
https://github.com/OffchainLabs/orbit-setup-script/issues/94
we have found the issue, is something relate to proxy configuration Thankss