afkiwers / inventree_kicad

KiCad EDA conform API endpoint for KiCad's parts library tool. This plugin provides metadata only and requires matching symbol and footprint libraries within the KiCad EDA.
MIT License
38 stars 8 forks source link

Missing port in the datasheet fields #97

Closed simoneamadori closed 2 months ago

simoneamadori commented 5 months ago

In the datasheet file the address is correct but is missing the port like the part URL: image

afkiwers commented 2 months ago

@simoneamadori sorry for the late reply. Did you resolve it? I just checked and it is displayed correctly in my setup.

"datasheet":{"value":"http://192.168.10.8:1337/media/part_files/264/ACS71240-Datasheet.pdf"

Did you set the base URL properly? image

simoneamadori commented 2 months ago

Don't worry is not a big problem. It seems that the problem is there, but unfortunately I cannot change it "Site URL is locked by configuration", I'm running in docker and I've tried to set the INVENTREE_SITE_URL=http://192.168.10.18 with the port ":1337" in the .env file, but then I cannot access the web interface anymore.

afkiwers commented 2 months ago

Alrighty, I will close this issue then.