I have…
- [x] Checked the logs and have uploaded a log file and provided a link because I found something suspicious there. Please do not post the log file in the topic because very often something important is missing.
I’m submitting a…
- [x] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
I left my project for about 3 months and just came back to it and updated my local squidex docker image to squidex/squidex:3.0.0-beta3
, but now when I request the list of asset folders, as described here:
I get the error back : The value 'folders' is not valid.
I don’t yet have any folders in this project, if that makes a difference?
Expected behavior
return the asset folders.
Minimal reproduction of the problem
_GET request with auth token to http://squidex.local/api/apps/{app}/assets/folders
returns error The value 'folders' is not valid.
Environment
- [x] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: 3.0.0-beta3
Browser: N/A; this is a node script