First of all, thank you for your work, Azure Static Web App is exactly what I was waiting for!
When testing, I noticed, that files with special characters (like [, ] (as being used by Next.js' dynamic routes) or umlauts) in their filename aren't being served. I have uploaded an example to https://white-island-0f55a8203.azurestaticapps.net/.
Also, Japanese characters aren't being served too. May be caused by URL escaped chars. Since URL escaping is a common feature, this issue is critical for hosting an existing static site.
same with files that contain space in the name (shown in @takekazuomi example)
This works without a problem with other hosting providers but not here.
This should be fixed now! Let us know if you have any more issues with special characters.
It works fine now. quick job great!
Thank you!
Since all my special character related issues are now solved and takekazuomi's test case is also working, I think it should be fine.
Most helpful comment
This should be fixed now! Let us know if you have any more issues with special characters.