You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is looking for a site id like ?site_id=… rather than the URL path of /sites/{site_id}. Right now I can work around this limitation by doing /sites/20?site_id=20 but the code should be adjusted to handle a URL parameter instead.
The text was updated successfully, but these errors were encountered:
In this line:
plastics/api/handler/site.go
Line 121 in 25854c6
This is looking for a site id like
?site_id=…
rather than the URL path of/sites/{site_id}
. Right now I can work around this limitation by doing/sites/20?site_id=20
but the code should be adjusted to handle a URL parameter instead.The text was updated successfully, but these errors were encountered: