strapi-webtools icon indicating copy to clipboard operation
strapi-webtools copied to clipboard

🔗 Unique, flexible and autogenerated URLs for your Strapi managed web content.

Results 67 strapi-webtools issues
Sort by recently updated
recently updated
newest added

### What does it do? In case of broken relations in database (if we have url_path_id but missing corresponding record in url_paths table), we will get error: ``` [2022-11-09 09:51:26.651]...

## Bug report ### Describe the bug Hello, when some relations in database is broken, it's trigger an error: ``` [2022-09-13 11:50:45.360] error: Cannot read property 'url_path' of null TypeError:...

bug

Maybe I am doing this wrong, but I would like to have my URL look like this: `/blog/[category]/[createdAt]/[title]` The category is a relational field type and the createdAt date is...

enhancement
wontfix

### What does it do? Hello, this is ~~hack~~ fix for #22 ### Why is it needed? Since strapi 4.4 there is no way to just add permissions to database,...

## Bug report Hello, thanks for great plugin. I found issue very similar to #17, but with graphql ### Describe the bug When I tried make query like this: ```graphql...

enhancement

## Feature request ### Summary It should be possible to use this plugin with the sitemap plugin to generate a sitemap. This is also currently possible by setting allowed fields...

enhancement

## Bug report ### Describe the bug In an out-of-the-box installation of Strapi 4.3.2 and a clean install of the URL alias plugin, using the provided endpoint `/url-alias/get?path=/custom/path` returns a...

bug

## Feature request ### Summary As of now custom fields are still in Alpha, though when the custom fields are stable I think this plugin could benefit from registering one...

enhancement

## Feature request ### Summary As of now each content type that is visible in the content editor view will get the URL alias fields attached to it by the...

enhancement

### Queue documentation To solve #14 we need queueing. This PR is a setup for a queue system. Here some docs: **Create queue** To create a queue you have to...